Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremykubica committed Oct 25, 2024
1 parent ab71c59 commit 829d4a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kbmod/work_unit.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def get_pixel_coordinates(self, ra, dec, times=None):
if len(self._obstimes) == num_pts:
inds = np.arange(num_pts)
else:
raise ValueError("No time information for a WorkUnit without a gloabl WCS.")
raise ValueError("No time information for a WorkUnit without a global WCS.")
elif self._obstimes is not None:
inds = get_matched_obstimes(self._obstimes, times, threshold=0.02)
else:
Expand Down

0 comments on commit 829d4a9

Please sign in to comment.