Opened 5 years ago

Closed 5 years ago

Last modified 4 years ago

#1197 closed defect (fixed)

Rounding effects may cause the mRNA protocol to incorrectly display "Large mix"

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: trivial Milestone: Reggie v4.24
Component: net.sf.basedb.reggie Keywords:
Cc:

Description

The volume to use from an RNA is calculated by using the stored values for concentration and used quantity. For pre-normalized items this should be equal to the target volume used by the mRNA protocol (eg. 50µl). As usual with calculations involving floating point numbers the result is not exact and if we, for example, get the result 50.000000000001 the protocol will display "Large mix; use 50µl". It doesn't affect actual functionality.

Change History (2)

comment:1 by Nicklas Nordborg, 5 years ago

Resolution: fixed
Status: newclosed

In 5676:

Fixes #1197: Rounding effects may cause the mRNA protocol to incorrectly display "Large mix"

When comparing volumes we use an accuracy parameter of 0.05.

comment:2 by Nicklas Nordborg, 4 years ago

Milestone: Reggie v4.23.3Reggie v4.24

The Reggie 4.23.3 milestone was never released separately. Changes was merged to Reggie 4.24.

Note: See TracTickets for help on using tickets.