Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremykubica committed Nov 7, 2024
1 parent fd7e937 commit 7b608ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kbmod/reprojection.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def _reproject_work_unit(
variance = image.get_variance()
mask = image.get_mask()

original_wcs = frame[index]
original_wcs = wcs_list[index]
if original_wcs is None:
raise ValueError(f"No WCS provided for index {index}")

Expand Down

0 comments on commit 7b608ba

Please sign in to comment.