From b9b1bbcbfcdc10fd8b78fa0b15e86a4f32cece8c Mon Sep 17 00:00:00 2001 From: Emilien Bauer Date: Wed, 21 Aug 2024 14:32:58 +0100 Subject: [PATCH] Flake --- tests/test_xdsl_op_correctness.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_xdsl_op_correctness.py b/tests/test_xdsl_op_correctness.py index 4dd5b7e758..6f8c5efed9 100644 --- a/tests/test_xdsl_op_correctness.py +++ b/tests/test_xdsl_op_correctness.py @@ -130,6 +130,7 @@ def test_symbol_I(): assert ops[0].result.name_hint == a.name assert type(ops[0] == Return) + def test_inplace(): # Define a simple Devito Operator grid = Grid(shape=(3, 3))