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 5af282f commit 35a5821Copy full SHA for 35a5821
execution_engine/util/value/value.py
@@ -314,9 +314,6 @@ class ValueScalar(ValueNumeric[float, None]):
314
315
unit: None = None
316
317
- _validate_value = field_validator("value", mode="before")(check_int)
318
- _validate_value_min = field_validator("value_min", mode="before")(check_int)
319
- _validate_value_max = field_validator("value_max", mode="before")(check_int)
320
_validate_no_unit = field_validator("unit", mode="before")(check_unit_none)
321
322
def supports_units(self) -> bool:
0 commit comments