-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into 1179-neural-network-inference-for-roman-pots
- Loading branch information
Showing
23 changed files
with
264 additions
and
132 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ leak:edm4hep::*::createBuffers | |
leak:libActsCore.so | ||
leak:libCling.so | ||
leak:libCore.so | ||
leak:libJANA.so |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -210,7 +210,7 @@ jobs: | |
path: clang_tidy_fixes.yml | ||
if-no-files-found: ignore | ||
- name: Suggest clang-tidy fixes as PR comments | ||
uses: platisd/[email protected].0 | ||
uses: platisd/[email protected].1 | ||
if: ${{ github.event_name == 'pull_request' }} | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
|
@@ -764,20 +764,19 @@ jobs: | |
if_no_artifact_found: warn | ||
- name: Compare to previous artifacts | ||
uses: eic/run-cvmfs-osg-eic-shell@main | ||
if: steps.download_previous_artifact.outputs.found_artifact == 'true' | ||
with: | ||
platform-release: "${{ env.platform }}:${{ env.release }}" | ||
setup: "/opt/detector/epic-${{ env.detector-version }}/bin/thisepic.sh" | ||
run: | | ||
export PYTHONPATH=$HOME/.local/lib/python3.10/site-packages:$PYTHONPATH | ||
mkdir capybara-reports | ||
mkdir new | ||
ln -sf ../rec_${{ matrix.particle }}_1GeV_20GeV_${{ matrix.detector_config }}.edm4eic.root new/ | ||
capybara bara ref/rec_${{ matrix.particle }}_1GeV_20GeV_${{ matrix.detector_config }}.edm4eic.root new/rec_${{ matrix.particle }}_1GeV_20GeV_${{ matrix.detector_config }}.edm4eic.root | ||
# using nullglob to ensure ref/* does not fail | ||
shopt -s nullglob | ||
capybara bara ref/*rec_${{ matrix.particle }}_1GeV_20GeV_${{ matrix.detector_config }}.edm4eic.root new/rec_${{ matrix.particle }}_1GeV_20GeV_${{ matrix.detector_config }}.edm4eic.root | ||
mv capybara-reports rec_${{ matrix.particle }}_1GeV_20GeV_${{ matrix.detector_config }} | ||
touch .rec_${{ matrix.particle }}_1GeV_20GeV_${{ matrix.detector_config }} | ||
- uses: actions/upload-artifact@v4 | ||
if: steps.download_previous_artifact.outputs.found_artifact == 'true' | ||
with: | ||
name: rec_${{ matrix.particle }}_1GeV_20GeV_${{ matrix.detector_config }}.capy | ||
path: | | ||
|
@@ -965,21 +964,19 @@ jobs: | |
if_no_artifact_found: warn | ||
- name: Compare to previous artifacts | ||
uses: eic/run-cvmfs-osg-eic-shell@main | ||
if: steps.download_previous_artifact.outputs.found_artifact == 'true' | ||
with: | ||
platform-release: "${{ env.platform }}:${{ env.release }}" | ||
setup: "/opt/detector/epic-${{ env.detector-version }}/bin/thisepic.sh" | ||
run: | | ||
pip install 'pygithub>=2' 'bokeh>=3' | ||
export PYTHONPATH=$HOME/.local/lib/python3.10/site-packages:$PYTHONPATH | ||
mkdir capybara-reports | ||
mkdir new | ||
ln -sf ../rec_dis_${{matrix.beam}}_minQ2=${{matrix.minq2}}_${{ matrix.detector_config }}.edm4eic.root new/ | ||
capybara bara ref/rec_dis_${{matrix.beam}}_minQ2=${{matrix.minq2}}_${{ matrix.detector_config }}.edm4eic.root new/rec_dis_${{matrix.beam}}_minQ2=${{matrix.minq2}}_${{ matrix.detector_config }}.edm4eic.root | ||
# using nullglob to ensure ref/* does not fail | ||
shopt -s nullglob | ||
capybara bara ref/*rec_dis_${{matrix.beam}}_minQ2=${{matrix.minq2}}_${{ matrix.detector_config }}.edm4eic.root new/rec_dis_${{matrix.beam}}_minQ2=${{matrix.minq2}}_${{ matrix.detector_config }}.edm4eic.root | ||
mv capybara-reports rec_dis_${{matrix.beam}}_minQ2=${{matrix.minq2}}_${{ matrix.detector_config }} | ||
touch .rec_dis_${{matrix.beam}}_minQ2=${{matrix.minq2}}_${{ matrix.detector_config }} | ||
- uses: actions/upload-artifact@v4 | ||
if: steps.download_previous_artifact.outputs.found_artifact == 'true' | ||
with: | ||
name: rec_dis_${{matrix.beam}}_minQ2=${{matrix.minq2}}_${{ matrix.detector_config }}.capy | ||
path: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.