Skip to content
Snippets Groups Projects

Add warning if xfel-calibrate may not be reproducible

Merged Philipp Schmidt requested to merge feat/non-reproducible-warning into master
@@ -93,7 +93,7 @@ def make_initial_parser(**kwargs):
parser.add_argument('--skip-env-freeze', action='store_true',
help='Skip recording the Python environment for '
'reproducibility purposes, requires '
'--non-reproducible to run.')
'--not-reproducible to run.')
parser.add_argument('--concurrency-par', type=str,
help='Name of concurrency parameter.'
Loading