Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NumPy as of 1.25 deprecated automatically converting any "scalar" with non-zero number of dimensions to a float value. Therefore, we should ensure our values have ndim == 0 before passing to math.isnan()
- Loading branch information