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
0b0d4979
Commit
0b0d4979
authored
Feb 17, 2022
by
Jan Hönig
Browse files
Test if the culprit is always islpy
parent
9e649232
Changes
1
Hide whitespace changes
Inline
Side-by-side
pystencils/transformations.py
View file @
0b0d4979
...
...
@@ -781,6 +781,7 @@ def simplify_conditionals(node: ast.Node, loop_counter_simplification: bool = Fa
elif
loop_counter_simplification
:
try
:
# noinspection PyUnresolvedReferences
raise
ImportError
from
pystencils.integer_set_analysis
import
simplify_loop_counter_dependent_conditional
simplify_loop_counter_dependent_conditional
(
conditional
)
except
ImportError
:
...
...
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