Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: James Frost <[email protected]>
  • Loading branch information
daflack and jfrost-mo committed Jan 21, 2025
1 parent 7d8b9e0 commit 7f8f86e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/CSET/operators/collapse.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ def collapse_by_hour_of_day(
one time dimension.
method: str
Type of collapse i.e. method: 'MEAN', 'MAX', 'MIN', 'MEDIAN',
'PERCENTILE' getattr creates iris.analysis.MEAN, etc For PERCENTILE
YAML file requires i.e. method: 'PERCENTILE' additional_percent: 90
'PERCENTILE'. For 'PERCENTILE' the additional_percent must be specified.
Returns
-------
Expand Down

0 comments on commit 7f8f86e

Please sign in to comment.