As discussed here, our netCDF4 dependency is two minor versions out of date (1.3.x vs. 1.5.y). Would upgrading it break anything?
Not directly in the tests at least...
(venv) hiebert@pcic-2004:~/code/nchelpers$ pip freeze | grep netCDF
netCDF4==1.5.3
(venv) hiebert@pcic-2004:~/code/nchelpers$ py.test -W ignore tests
========================================================== test session starts ===========================================================
platform linux -- Python 3.6.9, pytest-5.4.3, py-1.9.0, pluggy-0.13.1
rootdir: /home/hiebert/code/nchelpers
plugins: cov-2.10.0
collected 692 items
tests/test_CFDataset.py .......................................................................................................... [ 15%]
.................................................................................................................................. [ 34%]
.................................................................................................................................. [ 52%]
.................................................................................................................................. [ 71%]
..................................................................................................... [ 86%]
tests/test_date_utils.py ............................................................. [ 95%]
tests/test_iteration.py ............................. [ 99%]
tests/test_nchelpers_fns.py ..... [100%]
========================================================== 692 passed in 28.54s ==========================================================
Further investigation necessary.
As discussed here, our
netCDF4dependency is two minor versions out of date (1.3.x vs. 1.5.y). Would upgrading it break anything?Not directly in the tests at least...
Further investigation necessary.