Skip to content

Commit

Permalink
making sure to import packages that I am trying to use
Browse files Browse the repository at this point in the history
  • Loading branch information
jelenakhlr authored Feb 19, 2024
1 parent a24a34a commit 381bffd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sim2root/CoREASRawRoot/coreas_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
from CorsikaInfoFuncs import read_params
import sys
import re
import os

parser = OptionParser()
parser.add_option("--directory", "--dir", "-d", type="str",
Expand Down

0 comments on commit 381bffd

Please sign in to comment.