Skip to content

Commit f94fffd

Browse files
committed
collapse sum
1 parent 2db4483 commit f94fffd

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

cf/field.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6720,10 +6720,9 @@ def collapse(
67206720
.. note:: By default *weights* is `None`, resulting in
67216721
**unweighted calculations**.
67226722

6723-
.. note:: Unless *measure* is True, the units of
6724-
weights are ignored default *weights* is
6725-
`None`, resulting in **unweighted
6726-
calculations**.
6723+
.. note:: Unless the *method* is ``'integral'``, the
6724+
units of weights not combined with the
6725+
field's units in the collapsed field.
67276726

67286727
If the alternative form of providing the collapse method
67296728
and axes combined as a CF cell methods-like string via the

0 commit comments

Comments
 (0)