Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
VIGNET Pierre
cadbiom
Commits
fa7a0fce
Commit
fa7a0fce
authored
Dec 19, 2019
by
VIGNET Pierre
Browse files
[lib] homogenization of attributes...
parent
d261dd38
Changes
2
Hide whitespace changes
Inline
Side-by-side
library/cadbiom/models/clause_constraints/mcl/CLUnfolder.py
View file @
fa7a0fce
...
...
@@ -216,8 +216,6 @@ class CLUnfolder(object):
__*_constraints: CLUnfolder attributes for unfolding and shift;
initialized from the query attributes.
:param dynamical_system: dynamical system in clause constraint form
:type dynamical_system: <CLDynSys>
"""
def
__init__
(
self
,
dynamic_system
,
debug
=
False
):
...
...
library/cadbiom/models/clause_constraints/mcl/MCLAnalyser.py
View file @
fa7a0fce
...
...
@@ -221,7 +221,7 @@ class MCLAnalyser(object):
Attributes and default values:
:param dynamic
al
_system: dynamical system in clause constraint form
:param dynamic_system: dynamical system in clause constraint form
:param unfolder: computation management: unfolding
:param reporter: reporter for generic error display
:param translator_opti: turn on optimizations for ANTLR translation
...
...
@@ -231,7 +231,7 @@ class MCLAnalyser(object):
optimized MAC with a reduced the number of activated frontiers.
:key debug: (optional) Used to activate debug mode in the Unfolder
:type dynamic
al
_system: None before loading a model / <CLDynSys>
:type dynamic_system: None before loading a model / <CLDynSys>
:type unfolder: None before loading a model / <CLUnfolder>
:type debug: False / <boolean>
:type reporter: <ErrorRep>
...
...
@@ -256,9 +256,9 @@ class MCLAnalyser(object):
self
.
nb_sols_to_be_pruned
=
10
@
property
def
dynamic
al
_system
(
self
):
def
dynamic_system
(
self
):
"""Return the CLDynSys object of the current unfolder"""
return
self
.
unfolder
.
dynamic
al
_system
return
self
.
unfolder
.
dynamic_system
## Building MCLAnalyser ####################################################
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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