-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
New test failure #662
Comments
I'm guessing its numpy related. Do the tests pass with numpy 1.12.1? |
I confirmed that these failures are related to changes in the way masked arrays are handled in numpy 1.13. Pull request coming soon. |
Looks to me like this is due to a regression in numpy 1.13.rc0. I've reported this in numpy/numpy#9121. |
Fix for failing tst_enum.py in pull request #663 - tst_masked.py still fails because of change in behaviour of scalar numpy masked arrays in 1.13. |
OK, received clarification from the numpy folks that this change was intentional and implemented their suggested fix in pull request #663. Tests pass now with numpy 1.13.0rc1. |
merging pull request now... |
fix for failing tests with numpy 1.13 (issue #662)
Starting to get build failures - https://apps.fedoraproject.org/koschei/package/netcdf4-python?collection=f27
Failure is:
Not much change from the previous successful build so not sure what is up. What other information would be useful?
The text was updated successfully, but these errors were encountered: