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
Looks like, in general, assert_array_equal isn't set up well to handle comparisons of record arrays / arrays with structured dtypes. Working on this in #21801
Uh oh!
There was an error while loading. Please reload this page.
Describe the issue:
assert_array_equal promises to correctly compare nan-s, but if there is a nan in a struct, it raises.
Reproduce the code example:
Error message:
NumPy/Python version information:
1.21.4
The text was updated successfully, but these errors were encountered: