Skip to content

Commit

Permalink
Enable example iter_mc_events
Browse files Browse the repository at this point in the history
  • Loading branch information
HealthyPear committed Nov 21, 2024
1 parent 9b2abf2 commit 8dd4a76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
MPLBACKEND=agg
# python iter_mc_events.py
python iter_mc_events.py $RESOURCES/40k_pixels.simtel.zst
python plot_events.py $RESOURCES/gamma_test.simtel.gz
python plot_light_on_ground.py -i $RESOURCES/3_gammas_reuse_5.dat
# python plot_light_on_ground_by_particle.py
Expand Down
4 changes: 3 additions & 1 deletion examples/iter_mc_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
import numpy as np

parser = ArgumentParser()
parser.add_argument('inputfile')
parser.add_argument(
"inputfile", help="Example file: tests/resources/40k_pixels.simtel.zst"
)

args = parser.parse_args()

Expand Down

0 comments on commit 8dd4a76

Please sign in to comment.