From 2d30fce56bd5ce5ea6bba3ca6328bba6585b6275 Mon Sep 17 00:00:00 2001 From: Rohan Modi <61063602+RohanModi-CA@users.noreply.github.com> Date: Sun, 12 Oct 2025 12:14:58 -0400 Subject: [PATCH] Uncomment numpy.NAN for compatibility --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 :\