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
This error is usually raised when trying to sort a collection containing Decimal("NaN") so the callable that I defined for order did not seem to be used when calling sorted. I'm not sure if this is a bug or if I misunderstood something.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
I defined a callable for the
order
parameter and was expecting the third assertion below to pass as well (running on Python 3.7.2)However, I get the following error
This error is usually raised when trying to sort a collection containing
Decimal("NaN")
so the callable that I defined fororder
did not seem to be used when callingsorted
. I'm not sure if this is a bug or if I misunderstood something.The text was updated successfully, but these errors were encountered: