-
Notifications
You must be signed in to change notification settings - Fork 1
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
FutureWarning in genutil.minmax (uvcdat 2.12) #14
Comments
@jypeter >>> import cdat_info
>>> import cdms2
>>> path=cdat_info.get_sampledata_path
>>> f=cdms2.open(path()+'/clt.nc')
>>> clt=f('clt', time=slice(0,1), squeeze=1)
>>>i mport genutil
>>> genutil.minmax(clt)
(0.0, 100.0)
>>> print cdms2.MV2.numpy.version.version
1.12.1 |
@dnadeau4 are you using numpy 1.13? |
@dnadeau4 it's introduced by numpy 1.13, please update your conda env |
@doutriaux1 I am not ready to update to 1.13. Too many issues in that version. |
Have you guys seen my Friday issue about 2.12, cmor, and other packages?
--
JYP @ SGS 7
|
@jypeter yes, it is due to cmor being stuck with hdf5 1.8.17 next version of cmor will be updated to hdf5 1.8.18 |
@jypeter you can bring numpy 1.12 into uvcdat if you want, we build uvcdat against 1.11 1,12 and 1,13
|
@jypeter I did, I just release 3.2.6 and this will have to wait for 3.2.7. Meanwhile, @doutriaux1 told me he will build a cmor package for you. |
Don't know if this is something for @doutriaux1 or @dnadeau4
I have just triggered a new warning that I did not get in 2.10. I guess this is due to the new numpy version in 2.12 (numpy 1.13.1 instead of 1.12.1)
The text was updated successfully, but these errors were encountered: