Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: pipette.starting_tip does not work correctly with api version 2.14 #13273

Open
sannji1117 opened this issue Aug 10, 2023 · 0 comments
Open
Labels

Comments

@sannji1117
Copy link

sannji1117 commented Aug 10, 2023

Overview

Using pipette.starting_tip with api version 2.14, for example, when I write pipette.starting_tip = tip_rack_1.well('C3') in my protocol, the first pipette pick_up_tip() picks up C3 as expected, but the next pipette.pick_up_tip() picks up A1 instead of D3, and the third and subsequent times, B1, C1, and so on.

Steps to reproduce

No response

Current behavior

No response

Expected behavior

Using pipette.starting_tip with api version 2.14, for example, when I write pipette.starting_tip = tip_rack_1.well('C3') in my protocol, the first pipette .pick_up_tip() picks up C3, and then the robot should pick up D3, E3, and so on, instead of A1, B1.

Operating system

None

System and robot setup or anything else?

Changing to api version 2.13 eliminates this unexpected pickup chip behavior. So I think this unexpected move of OT-2R is originated in the api 2.14 bug error.

@sannji1117 sannji1117 added the bug label Aug 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant