Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Frederik Hennig
pystencils
Commits
e10f45b7
Commit
e10f45b7
authored
May 03, 2022
by
Markus Holzer
Browse files
Fix conditional simplification
parent
cad63a53
Changes
1
Hide whitespace changes
Inline
Side-by-side
pystencils_tests/test_loop_cutting.py
View file @
e10f45b7
...
...
@@ -29,6 +29,10 @@ 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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment