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 converter to python types protects against Value errors, although this is the preferred behavior, this is hiding a lot of smaller issues. Introduce a strict mode, which will be disabled by default and solve all those inconsistencies.
Example MaxInclusive.value restriction facet should be string not float, and needs to converted later by using the final field types.
The text was updated successfully, but these errors were encountered:
The converter to python types protects against Value errors, although this is the preferred behavior, this is hiding a lot of smaller issues. Introduce a strict mode, which will be disabled by default and solve all those inconsistencies.
Example
MaxInclusive.value
restriction facet should be string not float, and needs to converted later by using the final field types.The text was updated successfully, but these errors were encountered: