Should

np.testing.assert_equal(np.array(1), 1)

raise an AssertionError? (It currently doesn't.)

The use case I have in mind is that scipy.stats.nanamedian incorrectly
returns np.array(1.0) for the median of a 1d array while np.median
correctly returns 1.0. It would be handy if the assert statement
caught the difference.
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to