Skip to content

Commit

Permalink
Fix typo in comment.
Browse files Browse the repository at this point in the history
Co-authored-by: gavinevans <[email protected]>
  • Loading branch information
bayliffe and gavinevans committed Dec 17, 2024
1 parent b185848 commit e20e007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion improver/utilities/temporal_interpolation.py
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@ def process(self, cube: Cube) -> Cube:
if period / self.target_period % 1 != 0:
raise ValueError(
"The target period must be a factor of the original period "
"of the input cube and the target period must <= the input "
"of the input cube and the target period must be <= the input "
"period. "
f"Input period: {period}, target period: {self.target_period}"
)
Expand Down

0 comments on commit e20e007

Please sign in to comment.