Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scripts/material_map/run_material_map_validation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ export ACTS_SEQUENCER_DISABLE_FPEMON=1
# nevents=1000
# nparticles=5000
# but reduced to get the job to complete...
nevents=100
nparticles=500
nevents=1000
nparticles=5000

function print_the_help {
echo "USAGE: [--nevents <int>] [--nparticles <int>]"
Expand Down
Loading