-
Notifications
You must be signed in to change notification settings - Fork 28
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
Climatology test doesn't work with null values if zspan isn't provided #65
Comments
Thanks, this is a bug! There was a fix proposed in #35 but I never extracted the change out from all of the conversion to py2 stuff. I can look at doing so now that you have provided a nice test case. |
I am also having trouble with zspan and climatology. In my case, the test isn't working at all if I don't specify zspan. Here's my test code:
With the |
Ran this example test code with the changes in this PR #104 and it works now. A value of 3 is returned whether you specify |
Still looking into fixing the behavior seen in the original test code. |
Test to capture test scenario provided here ioos#65
I'm having an issue with the climatology_test not handling nans if zspan isn't provided. I'm using the latest version of ioos_qc (2.0.1), and according to the ClimatologyConfig documentation, zspan is optional.
This result is incorrect, however if I add zspan to the configuration, it works correctly:
The text was updated successfully, but these errors were encountered: