Skip to content

Commit 6e97c93

Browse files
committed
rename function in test too
1 parent 6bea57c commit 6e97c93

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/ctapipe/coordinates/tests/test_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ def test_single_telescope(subarray_prod5_paranal):
5656

5757

5858
def test_altaz_to_fov():
59-
from ctapipe.coordinates import altaz_to_fov
59+
from ctapipe.coordinates import altaz_to_nominal
6060

61-
column = altaz_to_fov(
61+
column = altaz_to_nominal(
6262
az=[220.0, 220.2] * u.deg,
6363
alt=[80.0, 79.2] * u.deg,
6464
pointing_az=[220.0, 220.0] * u.deg,

0 commit comments

Comments
 (0)