-
Notifications
You must be signed in to change notification settings - Fork 0
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
issue with crop_success_probabilities #128
Comments
@ChrisMarsh82 when I run in R I also get an error. It is looking for a definitions file called ZME4.json which does not exist. I have now fixed this and merged it. However, that fixes your error, but then there's a new error that will occur for you which this doesn't fix. Note that there is a warning saying "Setting override = TRUE. Access to raw data is required" This is because you have asked not to override, but you have given new values for the planting_dates/etc. So, it ignores your override, and wants to create it from scratch. |
@lilyclements updated the package but still getting the issue. makes sense on the override. I was meant to give you the error when the override was set to true. I must have just got it confused. |
So if the |
Can this be closed @ChrisMarsh82? I've also put in under discussions about other data sets |
Not sure where the problem is but it looks like it has something to do with how this procedure is trying to authenticate with the buckets. However, I am not ruling out that it could be an issue with the API
command ran:
epicsawrap::crop_success_probabilities("zm_test", "zambia_eastern_4", c(100,200,300), c(20), c(25,50,75),TRUE,FALSE)
This works fine in R but brings back an error in the API
error:
rlang trace:
All other functions work and the service account used is the same for both
The text was updated successfully, but these errors were encountered: