Skip to content

Fixed Percentile and ThresholdedPercentile not passing all unit tests (fixes #310)

Carolina Nilsson requested to merge a002527/climix:feature_fix_percentile into main

Percentile and ThresholdedPercentile now excludes masked values in the computation. The masking is now strict, which means that if there is a masked value in a gridcell in the input data the output for that gridcell is also masked.

Edited by Carolina Nilsson

Merge request reports