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 7946515 commit 5778db1Copy full SHA for 5778db1
odml/validation.py
@@ -378,4 +378,4 @@ def property_values_check(prop):
378
dtypes.get(val, dtype)
379
except ValueError:
380
msg = "Property values not of consistent dtype!"
381
- yield ValidationError(prop, msg, LABEL_ERROR)
+ yield ValidationError(prop, msg, LABEL_WARNING)
0 commit comments