Opened 7 years ago
Closed 7 years ago
#992 closed defect (fixed)
NotEnoughRemainingQuantity in some cases when the remaining quantity is between the soft and hard target amounts
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | Reggie v4.11.2 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
See #875 for a description of the soft and hard limits for RNA normalization.
It seems like not all cases are covered by the current implementation. If the remaining quantity is less than the soft target amount but more than the hard target amount and the concentration is such that the target volume can be reached with the remaining quantity we get still get a NotEnoughRemainingQuantity flag.
This seems to happen because the execution path only checks the soft target amount and not the hard target amount.
Note:
See TracTickets
for help on using tickets.
(In [4569]) Fixes #992: NotEnoughRemainingQuantity in some cases when the remaining quantity is between the soft and hard target amounts