Skip to content

Commit

Permalink
Fix python error.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomreis committed Mar 3, 2022
1 parent 83b357f commit 6553266
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -681,12 +681,12 @@ def setup_(self, step, stepName, stepDict, k, properties):

upgradeWFs['PatatrackECALOnlyGPUValidation'] = PatatrackWorkflow(
digi = {
'--accelerators': 'gpu-nvidia'
'--accelerators': 'gpu-nvidia',
'--procModifiers': 'gpu,gpuValidationEcal'
},
reco = {
'-s': 'RAW2DIGI:RawToDigi_ecalOnly,RECO:reconstruction_ecalOnly,VALIDATION:@ecalOnlyValidation,DQM:@ecalOnly',
'--accelerators': 'gpu-nvidia'
'--accelerators': 'gpu-nvidia',
'--procModifiers': 'gpu,gpuValidationEcal'
},
harvest = {
Expand Down

0 comments on commit 6553266

Please sign in to comment.