From fe6fcd20fb15f2c50731df6486569ab8fb1a214a Mon Sep 17 00:00:00 2001 From: AlexanderKabui Date: Mon, 28 Nov 2022 03:26:53 +0300 Subject: add issue/sorting-correlation-nan-vals --- issues/sorting-correlation-nan-vals.gmi | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 issues/sorting-correlation-nan-vals.gmi diff --git a/issues/sorting-correlation-nan-vals.gmi b/issues/sorting-correlation-nan-vals.gmi new file mode 100644 index 0000000..5bf71b2 --- /dev/null +++ b/issues/sorting-correlation-nan-vals.gmi @@ -0,0 +1,29 @@ +## Tags + +* type: bug +* assigned:alexm +* priority: medium +* status:in progress +* keywords: correlations, sorting,nan + +## Description + +sorting floats (correlation values) where +some cases have nan values is inconsistent + +### Notes +given a list of correlation values the sorting +should occur in this order + +* sort results in descending order +* nan value and INF values should be placed last + + +### pr to fix this + +=> https://github.com/Alexanderlacuna/correlation_rust/pull/2/files + + + + + -- cgit v1.2.3