Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremykubica committed Jan 12, 2024
1 parent cbcd81b commit 44c69b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_wcs_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 44c69b7

Please sign in to comment.