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
Validating multipleOf values non integer values is problematic. It can be argued if this is a bug or a logical result of how floats work, but the result below will probably surprise many users.
If/how this validates or fails differs amongst a few different implementations I tried. So don't know if there really is a fundamentally correct option. But at least some other validators accept this, so I wanted make you aware if the differences. Related to #84, See also python-jsonschema/jsonschema#878
The text was updated successfully, but these errors were encountered:
Validating multipleOf values non integer values is problematic. It can be argued if this is a bug or a logical result of how floats work, but the result below will probably surprise many users.
Of course caused by floating point issues:
If/how this validates or fails differs amongst a few different implementations I tried. So don't know if there really is a fundamentally correct option. But at least some other validators accept this, so I wanted make you aware if the differences. Related to #84, See also python-jsonschema/jsonschema#878
The text was updated successfully, but these errors were encountered: