Skip to content

Commit 5778db1

Browse files
committed
[validation.py] Set Property DType Error Label to Warning
1 parent 7946515 commit 5778db1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

odml/validation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,4 +378,4 @@ def property_values_check(prop):
378378
dtypes.get(val, dtype)
379379
except ValueError:
380380
msg = "Property values not of consistent dtype!"
381-
yield ValidationError(prop, msg, LABEL_ERROR)
381+
yield ValidationError(prop, msg, LABEL_WARNING)

0 commit comments

Comments
 (0)