Skip to content

Commit

Permalink
test (gamma combo_types)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elisa-Visentin committed Sep 27, 2023
1 parent c0395e5 commit ef7822b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magicctapipe/io/tests/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def test_load_train_data_files_g(gamma_stereo):
"""

events = load_train_data_files(str(gamma_stereo[0]))
assert list(events.keys()) == ["M1_M2", "LST1_M1", "LST1_M2", "LST1_M1_M2"]
assert list(events.keys()) == ["LST1_M1", "LST1_M2", "LST1_M1_M2"]
data = events["LST1_M1"]
assert np.all(data["combo_type"]) == 1
assert "off_axis" in data.columns
Expand Down

0 comments on commit ef7822b

Please sign in to comment.