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
SWIFT
SWIFTsim
Commits
3613f33a
Commit
3613f33a
authored
Jul 01, 2020
by
Matthieu Schaller
Browse files
Don't let Matthieu do python stuff unsupervised.
parent
25a1f9fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/task_plots/plot_tasks.py
View file @
3613f33a
...
...
@@ -412,7 +412,7 @@ sdata = sdata[sdata[:, toccol] != 0]
if
delta_t
<
0.
:
print
(
"The time-range must be >=0!"
)
return
1
sys
.
exit
(
1
)
# Each rank can have different clocks (compute node), but we want to use the
# same delta times range for comparisons, so we suck it up and take the hit of
# precalculating this, unless the user knows better.
...
...
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