diff --git a/test/test-suite/test_conversion.py b/test/test-suite/test_conversion.py index afd29b22..0ee88574 100644 --- a/test/test-suite/test_conversion.py +++ b/test/test-suite/test_conversion.py @@ -556,9 +556,8 @@ class TestConversion: assert index.avg() == 1.5 # no match should return n + 1 - # FIXME uncomment when we fix relational const - #index = pyvips.Image.switch([x == 1000, x == 2000]) - #assert index.avg() == 2 + index = pyvips.Image.switch([x == 1000, x == 2000]) + assert index.avg() == 2 def test_insert(self): for x in all_formats: