Skip to content

Commit a8599a8

Browse files
authored
Increase nevents and nparticles by 10x
1 parent 59a83d5 commit a8599a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/material_map/run_material_map_validation.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ export ACTS_SEQUENCER_DISABLE_FPEMON=1
7474
# nevents=1000
7575
# nparticles=5000
7676
# but reduced to get the job to complete...
77-
nevents=100
78-
nparticles=500
77+
nevents=1000
78+
nparticles=5000
7979

8080
function print_the_help {
8181
echo "USAGE: [--nevents <int>] [--nparticles <int>]"

0 commit comments

Comments
 (0)