From 434b1ec9abf62de4ef54fff4fec57c4e835681c5 Mon Sep 17 00:00:00 2001 From: Oliver Lantwin Date: Wed, 3 Dec 2025 10:27:24 +0100 Subject: [PATCH] feat(ci): Generate 1000 events with fixed seed --- .github/workflows/build-run.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-run.yml b/.github/workflows/build-run.yml index ec0155653d..256f35410e 100644 --- a/.github/workflows/build-run.yml +++ b/.github/workflows/build-run.yml @@ -84,7 +84,7 @@ jobs: run: | source /cvmfs/ship.cern.ch/$version/setUp.sh eval $(alienv load FairShip/latest) - python $FAIRSHIP/macro/run_simScript.py --test --debug 2 --${{ matrix.vessel_option }} --SND --SND_design=${{ matrix.SND_option }} --shieldName ${{ matrix.muon_shield }} --target-yaml=$FAIRSHIP/geometry/target_config_${{ matrix.target }}.yaml --EvtGenDecayer + python $FAIRSHIP/macro/run_simScript.py --seed 1 -n 1000 --test --debug 2 --${{ matrix.vessel_option }} --SND --SND_design=${{ matrix.SND_option }} --shieldName ${{ matrix.muon_shield }} --target-yaml=$FAIRSHIP/geometry/target_config_${{ matrix.target }}.yaml --EvtGenDecayer - name: Overlap check run: |