Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
- Loading branch information