From 44c69b75f83d66ca0f8069f5665e33c726282fee Mon Sep 17 00:00:00 2001 From: Jeremy Kubica <104161096+jeremykubica@users.noreply.github.com> Date: Fri, 12 Jan 2024 16:09:07 -0500 Subject: [PATCH] Fix a typo --- tests/test_wcs_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_wcs_utils.py b/tests/test_wcs_utils.py index e12d99371..d95f67c19 100644 --- a/tests/test_wcs_utils.py +++ b/tests/test_wcs_utils.py @@ -81,7 +81,7 @@ def test_make_fake_wcs_info(self): self.assertEqual(wcs_dict["CUNIT1A"], "PIXEL ") self.assertEqual(wcs_dict["CUNIT2A"], "PIXEL ") - # Test the we can convert to a WCS and extra predictions. + # Test that we can convert to a WCS and perform predictions. test_wcs = WCS(wcs_dict) # Center position should be at approximately (25.0, -10.0).