Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kosack committed Jul 13, 2022
1 parent f2916c7 commit b066b92
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 @@ -476,4 +476,4 @@ def test_atmosphere_profile(prod5_gamma_simtel_path):
"""check that for a file with a profile in it that we get it back"""

with SimTelEventSource(prod5_gamma_simtel_path) as source:
assert issubclass(AtmosphereDensityProfile, source.atmosphere_density_profile)
assert isinstance(source.atmosphere_density_profile, AtmosphereDensityProfile)

0 comments on commit b066b92

Please sign in to comment.