Skip to content

Commit

Permalink
Add missing config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
simonge committed Jan 9, 2025
1 parent 4646a89 commit 2473f79
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions benchmarks/lowq2/reconstruction_training/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
bench:lowq2_reconstruction_training:
allow_failure: true # until inference merged into EICrecon
extends: .det_benchmark
stage: benchmarks
script:
- export LOWQ2_DATADIR=data/lowq2/reconstruction_training/
- export LOWQ2_RESULTSDIR=results/lowq2/reconstruction_training/
- mkdir -p $LOWQ2_DATADIR
- mkdir -p $LOWQ2_RESULTSDIR
- snakemake $SNAKEMAKE_FLAGS --cores 5 ${LOWQ2_RESULTSDIR}TestTaggerTrackerTransportation ${LOWQ2_RESULTSDIR}TaggerTrackerTransportation

collect_results:lowq2_reconstruction_training:
allow_failure: true # until inference merged into EICrecon
extends: .det_benchmark
stage: collect
needs:
- "bench:lowq2_reconstruction_training"
script:
- ls -lrht
- mv results{,_save}/ # move results directory out of the way to preserve it
- snakemake $SNAKEMAKE_FLAGS --cores 1 --delete-all-output ${LOWQ2_RESULTSDIR}TestTaggerTrackerTransportation ${LOWQ2_RESULTSDIR}TaggerTrackerTransportation
- mv results{_save,}/

0 comments on commit 2473f79

Please sign in to comment.