blob: 8551619f320326daab7032a5268b78069a028079 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
## Tags
* type: bug
* assigned:alexm
* priority: medium
* status: closed, done, completed
* 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
|