Opened 17 years ago
Closed 17 years ago
#998 closed defect (fixed)
Decimal numbers may be incorrectly rounded
Reported by: | Johan Vallon-Christersson | Owned by: | everyone |
---|---|---|---|
Priority: | major | Milestone: | BASE 2.6.3 |
Component: | web | Version: | |
Keywords: | Cc: |
Attachments (1)
Change History (3)
by , 17 years ago
Attachment: | Bioassay_Spot_Data_Sort_ch1.jpg added |
---|
comment:1 by , 17 years ago
Milestone: | → BASE 2.6.3 |
---|---|
Priority: | critical → major |
Summary: | Incorrect sort order, floats: Bioassay -> Spot data → Decimal numbers may be incorrectly rounded |
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I don't think this problem is related to the ordering. It is more likely related to the rounding and display of numbers. This defect may have been introduced by the fix to #985. In this case I think that the values 53.30 and 53.80 should be 53.03 and 53.08. Looking at the code it seems like the padding with 0:s is done in the wrong place.