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
4a80dc28
Commit
4a80dc28
authored
Jan 22, 2020
by
VIGNET Pierre
Browse files
[cmd] Fix typos
parent
5283221a
Changes
1
Show whitespace changes
Inline
Side-by-side
command_line/cadbiom_cmd/solution_repr.py
View file @
4a80dc28
...
...
@@ -266,9 +266,9 @@ def graph_isomorph_test(model_file_1, model_file_2, output_dir='graphs/',
:param model_file_1: Filepath of the first model.
:param model_file_2: Filepath of the second model.
:
param
output_dir: Output path.
:
param
make_graphs: If True, make a GraphML file in output path.
:
param
make_json: If True, make a JSON dump of results in output path.
:
key
output_dir: Output path.
:
key
make_graphs: If True, make a GraphML file in output path.
:
key
make_json: If True, make a JSON dump of results in output path.
:type model_file_1: <str>
:type model_file_2: <str>
:type output_dir: <str>
...
...
@@ -598,7 +598,7 @@ def identifiers_mapping(model_file, *args, **kwargs):
def
model_graph
(
model_file
,
output_dir
=
'./graphs/'
,
centralities
=
False
,
**
kwargs
):
"""Get quick information
s
and make a graph based on the model.
"""Get quick information and make a graph based on the model.
:param model_file: File for the '.bcx' model.
:param output_dir: Output directory.
...
...
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