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
TurTLE
TurTLE
Commits
f760c950
Commit
f760c950
authored
Dec 05, 2019
by
Cristian Lalescu
Browse files
Merge branch 'bugfix/test_Gaussian_field' into develop
parents
126302bf
3fbb5336
Pipeline
#65011
passed with stage
in 4 minutes and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
TurTLE/TEST.py
View file @
f760c950
...
...
@@ -377,6 +377,7 @@ class TEST(_code):
eval
(
'self.simulation_parser_arguments(parser_'
+
parser
+
')'
)
eval
(
'self.job_parser_arguments(parser_'
+
parser
+
')'
)
eval
(
'self.parameters_to_parser_arguments(parser_'
+
parser
+
')'
)
eval
(
'self.parameters_to_parser_arguments(parser_'
+
parser
+
', self.generate_extra_parameters(dns_type =
\'
'
+
parser
+
'
\'
))'
)
return
None
def
prepare_launch
(
self
,
...
...
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