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 is that the .sort() in the argsort function will by default use a string conversion so "11" sorts ahead of "9". I found this when trying to run
The issue is that the .sort() in the argsort function will by default use a string conversion so "11" sorts ahead of "9". I found this when trying to run
It fails the validation since there is not a zero score and no tie for last place. If you sort the results by numeric values it all works correctly.
basically just need
If you want to give me ability to create a branch/PR I'd be happy to put that change up for you.
The text was updated successfully, but these errors were encountered: