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 12b1840 commit dd1b6d1
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 @@ -53,7 +53,7 @@ def test_camera_display_single(prod5_lst_cam):
def test_hillas_overlay(prod5_lst_cam):
from ctapipe.visualization import CameraDisplay

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

0 comments on commit dd1b6d1

Please sign in to comment.