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
VIGNET Pierre
cadbiom
Commits
bb489d45
Commit
bb489d45
authored
Feb 22, 2020
by
VIGNET Pierre
Browse files
[lib] Increase recursion limit for models with complex logical formulas
parent
32e5e63f
Changes
1
Hide whitespace changes
Inline
Side-by-side
library/cadbiom/models/guard_transitions/analyser/ana_visitors.py
View file @
bb489d45
...
...
@@ -57,6 +57,11 @@ Visitors:
- :meth:`cadbiom_gui.gt_gui.chart_checker.chart_checker_controler.PropertyVisitor`
(used to get mandatory nodes in conditions of transitions)
"""
import
sys
# Increase recursion depth limit for big models with long logical formulas in
# events and conditions.
sys
.
setrecursionlimit
(
3000
)
class
TableVisitor
(
object
):
...
...
VIGNET Pierre
@pvignet
mentioned in commit
6bedfdda
·
Apr 04, 2020
mentioned in commit
6bedfdda
mentioned in commit 6bedfdda6694cf5279df8291dbb9b842fcdcaf22
Toggle commit list
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