-
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
coordinate testing #3
Comments
@mpu-creare Are NaN values allowed in |
NaN's should not be allowed in coordinates... until we have a use-case that requires it. I have had cases where my input sources put NaNs in their coordinates, but there I have to fix up their coordinates anyway... so perhaps we need tools to fill NaNs... but those already exist in xarray. |
@mpu can the padding for a coord |
No. |
This issue should now be addressed again in earnest alongside #84. |
I still need to test the intersect method in Coordinates, StackedCoordinates, and GroupCoordinates. But we've reached >90% for the coordinates, so I'm to close this. I'll need to add tests for select when I implement #118 so I will add intersect tests then, too. |
This involves migrating some old unit tests to pytests, writing some new unit tests, and removing some old unit tests.
The text was updated successfully, but these errors were encountered: