Opened 14 years ago
Closed 14 years ago
#163 closed defect (fixed)
Rank invariant normalization has a sorting bug
Reported by: | Jari Häkkinen | Owned by: | Martin Svensson |
---|---|---|---|
Priority: | critical | Milestone: | Normalization package v1.0 |
Component: | net.sf.basedb.normalizers | Keywords: | |
Cc: |
Description
I think the sorting is not stable for cases when there is a tie between expression values. The back-sorting does not work properly for tied expression reporters.
Change History (4)
comment:1 Changed 14 years ago by
Status: | new → assigned |
---|
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
The fix passes my test now (I found another issue in my own test code).
Note: See
TracTickets for help on using
tickets.
(In [922]) References #163 The sorting of spotdata should be stable now. Please confirm...