Skip to content

Commit

Permalink
fix: celeritas grep stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc authored Nov 26, 2024
1 parent 728007e commit 42bc3e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/celeritas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
setup: install/bin/thisepic.sh
run: |
# convert to gdml, but with sensitive detectors included
scripts/convert_to_gdml.py --compact $DETECTOR_PATH/${{matrix.detector_config}}.xml --output ${{matrix.detector_config}}.gdml
scripts/convert_to_gdml.py --compact $DETECTOR_PATH/${{matrix.detector_config}}.xml --output ${{matrix.detector_config}}.gdml | grep -v -A5 -B2 CUTS0100
# create celeritas input file from template
cat .github/workflows/celeritas.json | envsubst > ${{matrix.detector_config}}.json
# run celeritas
Expand Down

0 comments on commit 42bc3e3

Please sign in to comment.