Skip to content

Commit

Permalink
removed redundant event and subarray info
Browse files Browse the repository at this point in the history
  • Loading branch information
TjarkMiener committed Aug 5, 2024
1 parent f1a6fb1 commit 679db24
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions dl1_data_handler/reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,14 +405,6 @@ def __init__(
f"Invalid mode selection '{mode}'. Valid options: 'mono', 'stereo'"
)

if subarray_info is None:
subarray_info = []
self.subarray_info = subarray_info

if event_info is None:
event_info = []
self.event_info = event_info

if selected_telescope_ids is None:
selected_telescope_ids = []
(
Expand Down

0 comments on commit 679db24

Please sign in to comment.