Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Clément Haëck
submeso-color
Commits
2e081c51
Commit
2e081c51
authored
Mar 24, 2022
by
Clément Haëck
Browse files
Move _nomask in histogram filenames
parent
0761c6f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lib/data/hists.py
lib/data/hists.py
+3
-3
No files found.
lib/data/hists.py
View file @
2e081c51
...
...
@@ -37,9 +37,9 @@ def PREGEX(args):
elif
args
[
'kind'
]
==
'1thr'
:
pregex
.
append
(
"_thr_%(threshold:fmt=.2f)"
)
pregex
+=
[
"_
%(time:Y)
"
,
"_
nomask"
if
not
args
[
'mask'
]
else
"
"
,
".nc"
]
pregex
+=
[
"_
nomask"
if
not
args
[
'mask'
]
else
"
"
,
"_
%(time:Y)
"
,
".nc"
]
return
''
.
join
(
pregex
)
...
...
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