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
PyPy treats 0 and 0.0 as different values in set operations, causing
the generator to create [0, 0.0] which jsonschema then rejects as
having non-unique elements (since 0 == 0.0 for validation purposes).
0 commit comments