Opened 13 years ago

Closed 13 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.

Change History (1)

comment:1 by Nicklas Nordborg, 13 years ago

Resolution: fixed
Status: newclosed

(In [5522]) Fixes #1561: The BioWell.getCoordinate() method return incorrect values

Note: See TracTickets for help on using tickets.