Open
Description
https://numpy.org/neps/nep-0051-scalar-representation.html
np.float64(3.0)
is np.allclose
to 3.0, so need to either special-case these, or roll our own allclose to block them.
https://numpy.org/neps/nep-0051-scalar-representation.html
np.float64(3.0)
is np.allclose
to 3.0, so need to either special-case these, or roll our own allclose to block them.