Commit e1f2e402 authored by Thibault Hallouin's avatar Thibault Hallouin Committed by Thibault Hallouin
Browse files

fix bug in generating masks from conditions due to NaN in series

`xt::median` and `xt::quantile` are not NaN-proof, and do not have
equivalent NaN functions (like `xt::mean` and `xt::nanmean`) so
it required a filter to drop the NaN before computing the corresponding
condition value
No related merge requests found
Pipeline #46410 passed with stage
in 3 minutes and 42 seconds