From e99c8174a4ca7624a9c802dbd737cfda8bc16833 Mon Sep 17 00:00:00 2001 From: Matthias Diener Date: Wed, 11 Sep 2024 16:59:16 -0500 Subject: [PATCH] reenable sub-array test --- test/test_codegen.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/test_codegen.py b/test/test_codegen.py index 5df31063..627110a6 100755 --- a/test/test_codegen.py +++ b/test/test_codegen.py @@ -339,9 +339,6 @@ def test_scalar_array_binary_arith(ctx_factory, which, reverse): "logical_and")) @pytest.mark.parametrize("reverse", (False, True)) def test_array_array_binary_arith(ctx_factory, which, reverse): - if which == "sub": - pytest.skip("https://github.com/inducer/loopy/issues/131") - cl_ctx = ctx_factory() queue = cl.CommandQueue(cl_ctx) not_valid_in_complex = which in ["equal", "not_equal", "less", "less_equal",