Opened 16 years ago
Closed 16 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 by , 16 years ago
Status: | new → assigned |
---|
comment:2 by , 16 years ago
comment:3 by , 16 years ago
comment:4 by , 16 years ago
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...