Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pycalibration
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
calibration
pycalibration
Commits
833921d1
Commit
833921d1
authored
3 years ago
by
Philipp Schmidt
Browse files
Options
Downloads
Patches
Plain Diff
Fix missing switch from key to attribute access in xfel-calibrate args after rework
parent
930d8df1
No related branches found
No related tags found
1 merge request
!608
Fix missing switch from key to attribute access in xfel-calibrate args after rework
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/xfel_calibrate/nb_args.py
+1
-1
1 addition, 1 deletion
src/xfel_calibrate/nb_args.py
with
1 addition
and
1 deletion
src/xfel_calibrate/nb_args.py
+
1
−
1
View file @
833921d1
...
@@ -423,7 +423,7 @@ def parse_argv_and_load_nb(argv) -> Tuple[Dict, NBDetails]:
...
@@ -423,7 +423,7 @@ def parse_argv_and_load_nb(argv) -> Tuple[Dict, NBDetails]:
'
location is sufficient for your
'
'
location is sufficient for your
'
'
needs.
'
.
format
(
'
,
'
.
join
(
not_reproducible_args
)))
'
needs.
'
.
format
(
'
,
'
.
join
(
not_reproducible_args
)))
if
not
args
[
'
not_reproducible
'
]
:
if
not
args
.
not_reproducible
:
# If not explicitly specified that reproducibility may be
# If not explicitly specified that reproducibility may be
# broken, remind the user and exit.
# broken, remind the user and exit.
print
(
'
To proceed, you can explicitly allow reproducibility to
'
print
(
'
To proceed, you can explicitly allow reproducibility to
'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment