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
The issue also happens when data is 2D, for all valid values of the axis argument, and regardless of wether I use the array method or the numpy function.
The text was updated successfully, but these errors were encountered:
I have managed to minimise the code that triggers #2013 in isolation. It is due to argsort being passed the axis argument.
The issue also happens when
data
is 2D, for all valid values of theaxis
argument, and regardless of wether I use the array method or the numpy function.The text was updated successfully, but these errors were encountered: