Skip to content

Commit 8487d93

Browse files
authored
D0Jet: Fix the number of processed files (alisw#983)
Reverting a bug introduced in alisw#969.
1 parent 162d40c commit 8487d93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

machine_learning_hep/data/data_run3/database_ml_parameters_D0Jet_pp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ D0Jet_pp:
242242
multi:
243243
data:
244244
nprocessesparallel: 80
245-
maxfiles: [1] #list of periods
245+
maxfiles: [-1] #list of periods
246246
chunksizeunp: [100] #list of periods
247247
chunksizeskim: [100] #list of periods
248248
fracmerge: [.1] #list of periods
@@ -265,7 +265,7 @@ D0Jet_pp:
265265
mcreweights: [../Analyses] #list of periods
266266
mc:
267267
nprocessesparallel: 80
268-
maxfiles: [1] #list of periods
268+
maxfiles: [-1] #list of periods
269269
chunksizeunp: [100] #list of periods
270270
chunksizeskim: [1000] #list of periods
271271
fracmerge: [1.] #list of periods

0 commit comments

Comments
 (0)