Skip to content

Commit

Permalink
Fix a trivial typo in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
arunkannawadi committed Nov 16, 2023
1 parent e47d204 commit c285eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/cell_coadds/_multiple_cell_coadd.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def __init__(
if n_noise_realizations:
n_noise_realizations.add(self._n_noise_realizations)
raise ValueError(
f"Inconsistent number of noise realizations ({n_noise_realizations}) betwen cells."
f"Inconsistent number of noise realizations ({n_noise_realizations}) between cells."
)
max_inner_bbox = Box2I(self._cells.first.inner.bbox.getMin(), self._cells.last.inner.bbox.getMax())
if inner_bbox is None:
Expand Down

0 comments on commit c285eb7

Please sign in to comment.