Skip to content

Commit

Permalink
DONTMERGE: backgrounds/config.yml: debug sim_outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl committed Jan 3, 2024
1 parent dddb0d0 commit 39e4aec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions benchmarks/backgrounds/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ sim:backgrounds:
stage: simulate
script:
- snakemake --cores 1 backgrounds_get
- ls -laR sim_output/
- snakemake --cores 1 sim_output/$DETECTOR_CONFIG/beam_gas_{electron,proton}.edm4hep.root
- ls -laR sim_output/

bench:backgrounds_emcal_backwards:
extends: .det_benchmark
Expand All @@ -13,7 +15,9 @@ bench:backgrounds_emcal_backwards:
script:
- export PYTHONUSERBASE=$LOCAL_DATA_PATH/deps
- pip install -r benchmarks/backgrounds/requirements.txt
- ls -laR sim_output/
- snakemake --cores 1 backgrounds_ecal_backwards
- ls -laR sim_output/

collect_results:backgrounds:
extends: .det_benchmark
Expand Down

0 comments on commit 39e4aec

Please sign in to comment.