diff --git a/__init__.py b/__init__.py index e9434af..76d14af 100644 --- a/__init__.py +++ b/__init__.py @@ -14,7 +14,7 @@ import pylab import numpy -#numpy.NAN = numpy.nan # Terrible thing we have to do until some libraries catch up with deprecation (added 2025-04-07) +numpy.NAN = numpy.nan # Terrible thing we have to do until some libraries catch up with deprecation (added 2025-04-07) # WEIRD HACK THAT MAKES QT WORK IN SPYDER, WINDOWS CMD; no solution for pycharm :\