Skip to content

Commit

Permalink
more path fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl committed Oct 22, 2024
1 parent 8e340b8 commit c5ea5d1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Physics Benchmarks for the EIC

## Adding new benchmarks

See the [`benchmarks/diffractive_vm`](https://github.com/eic/physics_benchmarks/tree/master/benchmarks/diffractive_vm)
See the [`benchmarks/Exclusive-Diffraction-Tagging/diffractive_vm`](https://github.com/eic/physics_benchmarks/tree/master/benchmarks/Exclusive-Diffraction-Tagging/diffractive_vm)
directory for a basic example. Note currently the reconstruction is far from perfect.

### Pass/Fail tests
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/Exclusive-Diffraction-Tagging/demp/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ demp:results:
stage: collect
needs: ["demp:simulate"]
script:
- collect_tests.py demp
- collect_tests.py Exclusive-Diffraction-Tagging/demp
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ diffractive_vm:results:
stage: collect
needs: ["diffractive_vm:simulate"]
script:
- collect_tests.py diffractive_vm
- collect_tests.py Exclusive-Diffraction-Tagging/diffractive_vm
2 changes: 1 addition & 1 deletion benchmarks/Inclusive/dis/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ dis:results:
stage: collect
needs: ["dis:simulate"]
script:
- collect_tests.py dis
- collect_tests.py Inclusive/dis

0 comments on commit c5ea5d1

Please sign in to comment.