Skip to content

Commit

Permalink
ready for production
Browse files Browse the repository at this point in the history
  • Loading branch information
relleums committed May 28, 2024
1 parent eb356c0 commit ce87cff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plenoirf/production/simulate_hardware.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import numpy as np
import plenopy
import corsika_primary as cpw
import tarfile
import zipfile

from .. import bookkeeping
from .. import utils
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

import corsika_primary as cpw
import json_utils
from json_line_logger import xml
import pickle
import sparse_numeric_table as snt
import atmospheric_cherenkov_response as acr
Expand Down
2 changes: 1 addition & 1 deletion plenoirf/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.2.1"
__version__ = "1.2.2"

0 comments on commit ce87cff

Please sign in to comment.