From 7a6ceeab7fc7fe728bcf7909e088f8eb66854be3 Mon Sep 17 00:00:00 2001
From: Michael Kuron <m.kuron@gmx.de>
Date: Thu, 29 Jun 2023 20:20:14 +0200
Subject: [PATCH] Re-enable test_loop_cutting.py::test_staggered_iteration

---
 pystencils_tests/test_loop_cutting.py | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/pystencils_tests/test_loop_cutting.py b/pystencils_tests/test_loop_cutting.py
index a21acb50a..0372c5739 100644
--- a/pystencils_tests/test_loop_cutting.py
+++ b/pystencils_tests/test_loop_cutting.py
@@ -29,10 +29,6 @@ def offsets_in_plane(normal_plane, offset_int, dimension):
     return result
 
 
-# TODO this fails because the condition of the Conditional is not simplified anymore:
-# TODO: ---> transformation.simplify_conditionals
-# TODO this should be fixed
-@pytest.mark.xfail
 def test_staggered_iteration():
     dim = 2
     f_arr = np.arange(5**dim).reshape([5]*dim).astype(np.float64)
-- 
GitLab