Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
PMC-SOG
experiments
hybrid
Commits
9ebd6440
Commit
9ebd6440
authored
Apr 24, 2020
by
Jaime Arias
Browse files
fix: arguments of cli
parent
ca1362c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/sbatch_formula_generator.py
View file @
9ebd6440
...
...
@@ -65,7 +65,7 @@ def create_default_paths():
def
command
(
model_name
,
model_instance
,
n_formulas
,
min_states
,
timeout
,
paths
):
command
=
os
.
path
.
join
(
paths
[
"scripts"
],
"formula_generator.py"
)
return
f
"
{
command
}
--n
{
n_formulas
}
--timeout
{
timeout
}
--min_states
{
min_states
}
--model
_
name
{
model_name
}
--model
_
instance
{
model_instance
}
"
return
f
"
{
command
}
--n
{
n_formulas
}
--timeout
{
timeout
}
--min_states
{
min_states
}
--model
-
name
{
model_name
}
--model
-
instance
{
model_instance
}
"
def
generate_sbatch
(
model_name
,
model_instance
,
n_formulas
,
min_states
,
...
...
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