-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
normal_input
is failing.
#118
Comments
Ah. normal_input is no longer used, as it was meant for the previous non-postgres version. So it should be removed. The replacement is |
Yes, i think that's a good idea. Will address this ASAP |
I'm still having issues running I've changed the example code to
yet this is failing:
Could you help me get this example working? |
Ah yes - had some server issues yesterday where it crashed a few times. Should be back up and stable now - let me know if it's still being problematic! |
Seems to be working now :) |
@kdaust, did was |
Similarly, were |
Yes and yes - I think normal_input and gcm_input are the only ones with old versions. And I changed to list_gcm_period() because we also have historic periods, which is currently list_historic(), but should maybe be chaged to list_historic_period()? |
fixed in #124 |
I think it might be because data downloads are not being triggered by
data_check
, given thatlength(c(list_gcm(), list_normal()))
is>1
even when nothing has been downloaded.The text was updated successfully, but these errors were encountered: