summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexanderKabui2022-11-28 03:26:53 +0300
committerAlexanderKabui2022-11-28 03:26:53 +0300
commitfe6fcd20fb15f2c50731df6486569ab8fb1a214a (patch)
tree87015ee91a0e9a7e9eae3f0a88cf63f2b22f564c
parent9781a70c6f08defa0c5332ec5fd3fdc8e9561a11 (diff)
downloadgn-gemtext-fe6fcd20fb15f2c50731df6486569ab8fb1a214a.tar.gz
add issue/sorting-correlation-nan-vals
-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
+
+
+
+
+