Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ecal_gaps/config.yml: remove a redundant --cache
Browse files Browse the repository at this point in the history
veprbl committed Dec 1, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 61af102 commit 6b89fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/ecal_gaps/config.yml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ sim:ecal_gaps:
script:
- mkdir -p $LOCAL_DATA_PATH/input
- ln -s $LOCAL_DATA_PATH/input input
- snakemake $SNAKEMAKE_FLAGS --cache --cores 10 results/epic_inner_detector/ecal_gaps --omit-from ecal_gaps
- snakemake $SNAKEMAKE_FLAGS --cores 10 results/epic_inner_detector/ecal_gaps --omit-from ecal_gaps

bench:ecal_gaps:
extends: .det_benchmark

0 comments on commit 6b89fac

Please sign in to comment.