Skip to content

Commit 37a8dd6

Browse files
daflackjfrost-mo
andcommitted
Apply suggestions from code review
Co-authored-by: James Frost <[email protected]>
1 parent f744de5 commit 37a8dd6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/CSET/operators/collapse.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,7 @@ def collapse_by_hour_of_day(
9191
one time dimension.
9292
method: str
9393
Type of collapse i.e. method: 'MEAN', 'MAX', 'MIN', 'MEDIAN',
94-
'PERCENTILE' getattr creates iris.analysis.MEAN, etc For PERCENTILE
95-
YAML file requires i.e. method: 'PERCENTILE' additional_percent: 90
94+
'PERCENTILE'. For 'PERCENTILE' the additional_percent must be specified.
9695
9796
Returns
9897
-------

0 commit comments

Comments
 (0)