Skip to content

Commit f6d3fba

Browse files
committed
look for the guilty guy in test_preparation(0)
Signed-off-by: dafnapension <[email protected]>
1 parent ca55da9 commit f6d3fba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/catalog/test_preparation.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333
)
3434
# the following should be any of modulo num_par: 0,1,2,3,4,5,6,7,8,.. num_par-1
3535
modulo = 0
36+
all_preparation_files = [
37+
file for i, file in enumerate(all_preparation_files) if i % 12 == 0
38+
]
39+
3640
all_preparation_files = [
3741
file for i, file in enumerate(all_preparation_files) if i % num_par == modulo
3842
]

0 commit comments

Comments
 (0)