Skip to content

Removed the newly added "weighted" option of Cube.mean()

Martin Shepherd requested to merge mcs_22junB into master

As requested by Simon, the optional "weighted" argument of Cube.mean() has been removed. Weighting is now enabled solely by specifying an array of weights via the optional "weights" argument.

Merge request reports