Skip to content

Commit

Permalink
Revert changing default
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe committed Jun 2, 2020
1 parent bf22b6d commit ed094fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions eventio/simtel/simtelfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ def __init__(self, path, allowed_telescopes=None, skip_calibration=False, zcat=T
self.current_mc_event_id = None
self.current_telescope_data_event_id = None
self.current_photoelectron_sum = None
self.current_photoelectrons = None
self.current_photons = None
self.current_emitter = None
self.current_photoelectrons = {}
self.current_photons = {}
self.current_emitter = {}
self.current_array_event = None
self.current_calibration_event = None
self.skip_calibration = skip_calibration
Expand Down

0 comments on commit ed094fd

Please sign in to comment.