Skip to content
Snippets Groups Projects
Commit 0b0d4979 authored by Jan Hönig's avatar Jan Hönig
Browse files

Test if the culprit is always islpy

parent 9e649232
No related branches found
No related tags found
1 merge request!292Rebase of pystencils Type System
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment