Commit 84121e15 authored by Thibault Hallouin's avatar Thibault Hallouin
Browse files

fix bug with multi-dimensional inputs for KGENP KGENP_D

because `xt::sort` does not behave nicely with series containing NaN
values (e.g. it does not consistently put NaN values at the end/
beginning), so need to eliminate them before the sorting, which requires
to treat each series separately
parent 07ceab5a
Showing with 65 additions and 48 deletions
+65 -48
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