Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Christoph Arthofer
ms_templates
Commits
b199340a
Commit
b199340a
authored
Jun 04, 2021
by
Christoph Arthofer
Browse files
fsl_sub changed
parent
92c7d235
Changes
1
Hide whitespace changes
Inline
Side-by-side
run_template_construction.py
View file @
b199340a
...
...
@@ -794,8 +794,7 @@ if __name__ == "__main__":
else
:
cpuq
=
args
.
cpuq
# job_ids = ['' for _ in range(100)]
job_ids
=
[
np
.
nan
for
_
in
range
(
100
)]
job_ids
=
[
''
for
_
in
range
(
100
)]
task_count
=
0
os
.
mkdir
(
base_dir
,
mode
=
0o770
)
if
not
os
.
path
.
exists
(
base_dir
)
else
print
(
base_dir
+
' exists'
)
...
...
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