You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* change np.NaN to np.nan
Testing this threw an error using numpy 2.0, which says np.NaN has been replaced by np.nan
* change comparison to np.nan to .notna()
As recommended in #82 (review)
* Remove ununsed numpy import
0 commit comments