summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--issues/sorting-correlation-nan-vals.gmi29
1 files changed, 29 insertions, 0 deletions
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
+
+
+
+
+