-
Notifications
You must be signed in to change notification settings - Fork 7
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
daops production error: ZeroDivisionError: float divmod() - with tiny (lat, lon) box #61
Comments
This comes from having no latitude and longitude values which results in |
@ellesmith88 @cehbrecht: That's good. I think the appropriate response is for us to raise an Exception inside |
@agstephens @cehbrecht I agree - I have just been testing with an exception in |
@ellesmith88 I think it should live in |
closed by roocs/clisops#152 |
Description
The error logs have shown that this request fails:
The error we are seeing is:
My first guess is that the lat and lon selection is coming back with no data because the range is too small - but that that doesn't actually trigger an exception in xarray, then subsequent processing is highlighting the error.
@ellesmith88 please take a look. Thanks
The text was updated successfully, but these errors were encountered: