Skip to content
Snippets Groups Projects
Commit cd4088f9 authored by Markus Holzer's avatar Markus Holzer
Browse files

Merge branch 'islpy' into 'master'

Re-enable test_loop_cutting.py::test_staggered_iteration

See merge request !334
parents 89e6b0f2 7a6ceeab
1 merge request!334Re-enable test_loop_cutting.py::test_staggered_iteration
Pipeline #53953 passed with stages
in 14 minutes and 21 seconds
......@@ -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)
......
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