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

Fix conditional simplification

parent cad63a53
Branches
No related tags found
No related merge requests found
...@@ -29,6 +29,10 @@ def offsets_in_plane(normal_plane, offset_int, dimension): ...@@ -29,6 +29,10 @@ 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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment