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 e9b7816 commit f45a759Copy full SHA for f45a759
tests/unitary/default_setup/feature_types/test_feature_domain_schema.py
@@ -344,7 +344,7 @@ def test_zipcode(self):
344
def test_categorical_bool_ordinal(self, feature_type):
345
self.boolean.ads.feature_type = [feature_type]
346
domain = self.boolean.ads.feature_domain()
347
- assert domain.constraints[0].expression == f"$x in [True, False]"
+ assert domain.constraints[0].expression == "$x in [True, False]"
348
assert domain.constraints[0].evaluate(x=True)
349
assert domain.constraints[0].evaluate(x=False)
350
0 commit comments