bug: API log files no longer include the slot number where a piece of labware is located #7564
Labels
bug
robot-svcs
Falls under the purview of the Robot Services squad (formerly CPX, Core Platform Experience).
Milestone
Overview
API log file commands now include alphanumeric characters instead of the numbered slot where a piece of labware is located.
Steps to reproduce
Current behavior
An aspirate step in the API log files now looks like:
InstrumentContext.aspirate: {'volume': 100, 'location': <opentrons.types.Location object at 0x70f62dd0>, 'rate': 1.0}
Expected behavior
An aspirate step in the API log files should look like:
InstrumentContext.aspirate: {'volume': 100, 'location': Location(point=Point(x=63.88, y=42.74, z=5.550000000000001), labware=A1 of rez on 1), 'rate': 1.0}
The text was updated successfully, but these errors were encountered: