diff options
| author | AlexanderKabui | 2022-11-28 03:26:53 +0300 |
|---|---|---|
| committer | AlexanderKabui | 2022-11-28 03:26:53 +0300 |
| commit | fe6fcd20fb15f2c50731df6486569ab8fb1a214a (patch) | |
| tree | 87015ee91a0e9a7e9eae3f0a88cf63f2b22f564c | |
| parent | 9781a70c6f08defa0c5332ec5fd3fdc8e9561a11 (diff) | |
| download | gn-gemtext-fe6fcd20fb15f2c50731df6486569ab8fb1a214a.tar.gz | |
add issue/sorting-correlation-nan-vals
| -rw-r--r-- | issues/sorting-correlation-nan-vals.gmi | 29 |
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 + + + + + |
