From fb54a023db42938f4b5edfde6639399d78c6b989 Mon Sep 17 00:00:00 2001 From: Emilien Bauer Date: Wed, 21 Aug 2024 17:13:10 +0100 Subject: [PATCH] Flake. --- tests/test_xdsl_op_correctness.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_xdsl_op_correctness.py b/tests/test_xdsl_op_correctness.py index 2934770e97..8e74b23992 100644 --- a/tests/test_xdsl_op_correctness.py +++ b/tests/test_xdsl_op_correctness.py @@ -144,7 +144,8 @@ def test_inplace_I(): xdsl_op.apply(time_M=5, dt=0.1) -# This test should fail, as we are trying to use an inplace operation with some dependencies +# This test should fail, as we are trying to use an inplace operation with some +# dependencies @pytest.mark.xfail(reason="Cannot store to a field that is loaded from") def test_inplace_II(): # Define a simple Devito Operator