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 bee412f commit ced74f6Copy full SHA for ced74f6
tests/integration/spec/test_spec.py
@@ -84,6 +84,7 @@ def create_specs_for_query(create_specs, product):
84
value=NumericConditionValue(
85
condition_type=ConditionType.NUMERIC,
86
range=[ConditionRange(min=-25, step=20, max=85)],
87
+ discrete=[2, 1.5, 21],
88
unit="C",
89
),
90
0 commit comments