-
Notifications
You must be signed in to change notification settings - Fork 297
Unpin cftime #3757
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
Unpin cftime #3757
Conversation
|
There still seem to be a few tests failing. I'm not sure if these are due to changes in cftime. The one i've looked into is iris/lib/iris/fileformats/pp_load_rules.py Lines 627 to 649 in 9bc92f7
In the above code, round() will give an int while np.vectorize(round)() will preserve type. There will therefore be a discrepancy on load depending on dimensionality.
|
b4c2efc to
424b26e
Compare
424b26e to
80e6031
Compare
|
@stephenworsley Awesome, thanks for following through on this, and raising this issue with the 👍 🎉 |
* pin_for_temp_fix_for_readthedocs: pin matplotlib<3.3 moved to oceanography section of gallery (SciTools#3761) unpin cftime (SciTools#3757) flake8 outstanding files (SciTools#3755) Numpy rounding fix (SciTools#3758)
* master: pin matplotlib<3.3 (SciTools#3763) moved to oceanography section of gallery (SciTools#3761) unpin cftime (SciTools#3757) flake8 outstanding files (SciTools#3755) Numpy rounding fix (SciTools#3758)
* master: remove duplicate whats new entries from the last release (SciTools#3773) whatsnew latest update (SciTools#3771) whatsnew overhaul (SciTools#3769) Gallery code consistency (SciTools#3766) enabled pdf creation (SciTools#3765) pin matplotlib<3.3 (SciTools#3763) moved to oceanography section of gallery (SciTools#3761) unpin cftime (SciTools#3757) flake8 outstanding files (SciTools#3755) Numpy rounding fix (SciTools#3758)
Closes #3751.