Skip to content

Commit 11ff23d

Browse files
committed
Set chunk_size=1 for ND-LAr's final_calibration_mc
For reasons TBD, the final_calibration runs 5x slower when all events are passed to it at once, even though it shouldn't make a difference.
1 parent 6dc07a2 commit 11ff23d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yamls/ndlar_flow/workflows/charge/final_calibration_mc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ raw_events:
1717
path: h5flow.modules
1818
dset_name: 'charge/raw_events'
1919
params:
20-
chunk_size: 32
20+
chunk_size: 1
2121

2222
calib_noise_filter:
2323
!include yamls/ndlar_flow/reco/charge/CalibNoiseFilter.yaml

0 commit comments

Comments
 (0)