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
COMPAT, TST: allow numpy array comparisons with complex dtypes (#13392)
Traces back to bug in NumPy v1.7.1 in which the 'array_equivalent'
method could not compare NumPy arrays with complicated dtypes. As
pandas relies on this function to check NumPy array equality during
testing, this commit adds a fallback method for doing so.
Closesgh-13388.
0 commit comments