Commits
Click on a commit to change the comparison rangeAvoid numpy scalar warnings
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()2 years ago
by dopplershift