Skip to content

Commit 87b43dc

Browse files
committed
fix test after GADF -> Nominal change
1 parent 6e97c93 commit 87b43dc

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
@@ -55,7 +55,7 @@ def test_single_telescope(subarray_prod5_paranal):
5555
assert u.isclose(source.separation(point), 1.0 * u.deg, atol=0.1 * u.deg)
5656

5757

58-
def test_altaz_to_fov():
58+
def test_altaz_to_nominal():
5959
from ctapipe.coordinates import altaz_to_nominal
6060

6161
column = altaz_to_nominal(
@@ -67,4 +67,4 @@ def test_altaz_to_fov():
6767

6868
assert column.unit == u.deg
6969
assert np.allclose(column[0].value, 0)
70-
assert np.allclose(column[1].value, [-0.03747984, -0.79993558])
70+
assert np.allclose(column[1].value, [0.03747984, -0.79993558])

0 commit comments

Comments
 (0)