We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e97c93 commit 87b43dcCopy full SHA for 87b43dc
1 file changed
src/ctapipe/coordinates/tests/test_utils.py
@@ -55,7 +55,7 @@ def test_single_telescope(subarray_prod5_paranal):
55
assert u.isclose(source.separation(point), 1.0 * u.deg, atol=0.1 * u.deg)
56
57
58
-def test_altaz_to_fov():
+def test_altaz_to_nominal():
59
from ctapipe.coordinates import altaz_to_nominal
60
61
column = altaz_to_nominal(
@@ -67,4 +67,4 @@ def test_altaz_to_fov():
67
68
assert column.unit == u.deg
69
assert np.allclose(column[0].value, 0)
70
- assert np.allclose(column[1].value, [-0.03747984, -0.79993558])
+ assert np.allclose(column[1].value, [0.03747984, -0.79993558])
0 commit comments