Feat: Edit concurency parameters from the commend line
2 unresolved threads
2 unresolved threads
Concurrency parameter is a parameter of the notebook. A loop, which copy notebooks and submit multiple SLURM jobs for each notebook is run across this parameter. Usually it is modules for dark-processing notebooks and sequences of files for correction notebooks.
MR adds an option to edit concurrency parameter of the notebook from the command line.
Merge request reports
Activity
Filter activity
755 759 except KeyError: 756 760 print("Not one of the known calibrations or detectors") 757 761 return 762 763 if args["concurrency_par"] is not None: 764 concurrency["parameter"] = args["concurrency_par"] 765 766 changed this line in version 2 of the diff
56 56 help='Filename (and optionally path) for output' 57 57 ' report') 58 58 59 parser.add_argument('--concurrency-par', type=str, 60 help='Name of cuncurrency parameter.' 61 'If not given, it is taken from configuration.') added 1 commit
- f2e927e4 - Edit concurency parameters from the commend line
mentioned in commit e28aba0d
Please register or sign in to reply