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
There are a number of places in the code where constructs like (sub_data[k]==v).all() might be favorable replaced with i.e., numpy.testing.assert_allclose() to give us better feedback in terms of the number/extent of mismatches in array comparisons.
The text was updated successfully, but these errors were encountered:
There are a number of places in the code where constructs like
(sub_data[k]==v).all()
might be favorable replaced with i.e.,numpy.testing.assert_allclose()
to give us better feedback in terms of the number/extent of mismatches in array comparisons.The text was updated successfully, but these errors were encountered: