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
parent 5fd5811b
No related merge requests found
Pipeline #46410 passed with stage
in 3 minutes and 42 seconds
Showing with 22 additions and 10 deletions
+22 -10
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment