You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Over at #27257 we discovered that the new doctest runner no longer checks the string formatting, it uses np.allcose() to verify the results. At the least, it should be checking the dtype is correct, and maybe some other things like shape? cc @ev-br
The text was updated successfully, but these errors were encountered:
It never did, not in the refguide-check timeline anyway, that always used np.allclose. So making it more strict would be an enhancement (a fairly straightforward one).
Over at #27257 we discovered that the new doctest runner no longer checks the string formatting, it uses
np.allcose()
to verify the results. At the least, it should be checking the dtype is correct, and maybe some other things like shape? cc @ev-brThe text was updated successfully, but these errors were encountered: