NCAR / ldcpy

Statistical and visual tools for gathering metrics and comparing Earth System Model data files. A common use case is comparing data that has been lossily compressed with the original data.
https://ldcpy.readthedocs.io/
Apache License 2.0
16 stars 2 forks source link

Update convert.py to be compatible with current version of matplotlib. #300

Open pinarda opened 2 years ago

pinarda commented 2 years ago

Currently we are specifying version 3.3.3 of matplotlib because later versions (3.4.3 at the latest) are not compatible with convert.py, causing a number of tests to fail.