diff --git a/src/kbmod/work_unit.py b/src/kbmod/work_unit.py index 9f0fd7d2..e44039a1 100644 --- a/src/kbmod/work_unit.py +++ b/src/kbmod/work_unit.py @@ -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