Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kosack committed Sep 27, 2023
1 parent b71d64b commit 5b3c93e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ctapipe/io/tests/test_simteleventsource.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def test_properties():
assert source.datalevels == (DataLevel.R0, DataLevel.R1)
assert source.obs_ids == [7514]
assert source.simulation_config[7514].corsika_version == 6990
assert isinstance(source.reference_location, EarthLocation)
assert isinstance(source.subarray.reference_location, EarthLocation)


def test_gamma_file_prod2():
Expand Down

0 comments on commit 5b3c93e

Please sign in to comment.