Skip to content

Commit

Permalink
Add value error to doc-string.
Browse files Browse the repository at this point in the history
  • Loading branch information
bayliffe committed May 24, 2023
1 parent bc9ffa0 commit 5a09a88
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ def _extract_input_cubes(self, cubes: Union[CubeList, List[Cube]]) -> None:
Raises:
ValueError: If cubes with the expected names cannot be extracted.
ValueError: If cubes does not have the expected length of 2.
ValueError: If a percentile cube does not contain the expected percentiles.
ValueError: If the extracted cubes do not have matching spatial
coordinates.
"""
Expand Down

0 comments on commit 5a09a88

Please sign in to comment.