We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca77e62 commit 6ff4cfbCopy full SHA for 6ff4cfb
odml/validation.py
@@ -385,3 +385,6 @@ def property_values_check(prop):
385
except ValueError:
386
msg = "Property values not of consistent dtype!"
387
yield ValidationError(prop, msg, LABEL_WARNING)
388
+
389
390
+Validation.register_handler('property', property_values_check)
0 commit comments