We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f6f98b commit 1232264Copy full SHA for 1232264
tests/modules/pointing/test_guiding_statistics_sky_offset.py
@@ -30,8 +30,8 @@ def test_end_to_end(mock_meta_image) -> None:
30
31
header = statistic.add_to_header(client, {})
32
33
- np.testing.assert_almost_equal(header["GUIDING OS RMS"][0], 10.0)
34
- assert header["GUIDING OS RMS"][1] == "RMS for guiding on sky"
+ np.testing.assert_almost_equal(header["GUIDING RMS"][0], 10.0)
+ assert header["GUIDING RMS"][1] == "RMS for guiding on sky"
35
36
37
def test_build_header_to_few_values() -> None:
0 commit comments