Opened 14 years ago
Closed 14 years ago
#1561 closed defect (fixed)
The BioWell.getCoordinate() method return incorrect values
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | trivial | Milestone: | BASE 2.17 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
The method was added in 2.16 and was used in #1442. I don't think it is used by any other code right now. It is a utility method for formatting (the 0-based) plate coordinates to the popular A1, B2, C3, ... format. The problem is that the row coordinate is offset by one. The first row gets an empty string, the second row gets 'A', etc.
Note:
See TracTickets
for help on using tickets.
(In [5522]) Fixes #1561: The BioWell.getCoordinate() method return incorrect values