Skip to content

Commit

Permalink
calo_pid/config.yml: use
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl committed Dec 2, 2024
1 parent 8d47cc5 commit c9227c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions benchmarks/calo_pid/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sim:calo_pid:
]
script:
- |
snakemake --cache --cores 5 \
snakemake $SNAKEMAKE_FLAGS --cores 5 \
$(seq --format="sim_output/calo_pid/epic_inner_detector/${PARTICLE}/100MeVto20GeV/130to177deg/${PARTICLE}_100MeVto20GeV_130to177deg.%04.f.eicrecon.tree.edm4eic.root" ${INDEX_RANGE})
bench:calo_pid:
Expand All @@ -30,7 +30,7 @@ bench:calo_pid:
script:
- export PYTHONUSERBASE=$LOCAL_DATA_PATH/deps
- pip install -r benchmarks/calo_pid/requirements.txt
- snakemake --cache --cores 1 results/epic_inner_detector/calo_pid
- snakemake $SNAKEMAKE_FLAGS --cores 1 results/epic_inner_detector/calo_pid

collect_results:calo_pid:
allow_failure: true # until inference merged into EICrecon
Expand All @@ -41,5 +41,5 @@ collect_results:calo_pid:
script:
- ls -lrht
- mv results{,_save}/ # move results directory out of the way to preserve it
- snakemake --cores 1 --delete-all-output results/epic_inner_detector/calo_pid
- snakemake $SNAKEMAKE_FLAGS --cores 1 --delete-all-output results/epic_inner_detector/calo_pid
- mv results{_save,}/

0 comments on commit c9227c8

Please sign in to comment.