Skip to content
Snippets Groups Projects
Commit 7a6ceeab authored by Michael Kuron's avatar Michael Kuron :mortar_board:
Browse files

Re-enable test_loop_cutting.py::test_staggered_iteration

parent 89e6b0f2
1 merge request!334Re-enable test_loop_cutting.py::test_staggered_iteration
Pipeline #53945 passed with stages
in 23 minutes and 41 seconds
...@@ -29,10 +29,6 @@ def offsets_in_plane(normal_plane, offset_int, dimension): ...@@ -29,10 +29,6 @@ def offsets_in_plane(normal_plane, offset_int, dimension):
return result 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(): def test_staggered_iteration():
dim = 2 dim = 2
f_arr = np.arange(5**dim).reshape([5]*dim).astype(np.float64) f_arr = np.arange(5**dim).reshape([5]*dim).astype(np.float64)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment