fmihpc / analysator

Python based package for analyzing vlsv files produced by Vlasiator
GNU General Public License v2.0
5 stars 32 forks source link

Enable deprecationwarnings #238

Closed alhom closed 3 weeks ago

alhom commented 1 month ago

Quick addition to enable DeprecationWarnings, since https://peps.python.org/pep-0565/ disables them from imported modules. This way we can stay ahead of the curve a bit better...

This also immediately shows that our current method of handling deprecated APIs is going to be deprecated:

/home/mjalho/proj/analysator/pyPlots/plot_colormap.py:41: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
  from distutils.version import LooseVersion, StrictVersion