Skip to content

Commit

Permalink
Fix a typo in the warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremykubica committed Jan 27, 2025
1 parent fba3789 commit 49537d2
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 @@ -156,7 +156,7 @@ def __init__(
if np.all(self.org_img_meta["per_image_wcs"] == None):
self.org_img_meta["per_image_wcs"] = np.full(self.n_constituents, self.wcs)
if np.any(self.org_img_meta["per_image_wcs"] == None):
warnings.warn("At least one image was does not have a WCS.", Warning)
warnings.warn("At least one image does not have a WCS.", Warning)

# Set the global metadata for reprojection.
self.reprojected = reprojected
Expand Down

0 comments on commit 49537d2

Please sign in to comment.