Skip to content

Commit

Permalink
fix CameraDisplay test
Browse files Browse the repository at this point in the history
  • Loading branch information
StFroese committed Jan 13, 2023
1 parent 4d4ca48 commit 467be42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ctapipe/visualization/tests/test_mpl.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def test_hillas_overlay(prod5_lst_cam, tmp_path):
from ctapipe.visualization import CameraDisplay

fig, ax = plt.subplots()
disp = CameraDisplay(prod5_lst_cam, ax=ax)
disp = CameraDisplay(prod5_lst_cam.transform_to(TelescopeFrame()), ax=ax)
hillas = HillasParametersContainer(
fov_lon=0.2 * u.deg,
fov_lat=0.3 * u.deg,
Expand Down

0 comments on commit 467be42

Please sign in to comment.