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: Cannot put agilent_1_reservoir_290ml onto opentrons_96_deep_well_temp_mod_adapter #17101

Open
jjmc0000 opened this issue Dec 13, 2024 · 0 comments
Labels

Comments

@jjmc0000
Copy link

Overview

When attempting:
cold_module_pbs = protocol.load_module("temperature module gen2", "C1")
cold_mod_pbs_adapter = cold_module_pbs.load_adapter("opentrons_96_deep_well_temp_mod_adapter")
cold_reservoir = cold_mod_pbs_adapter.load_labware(
"agilent_1_reservoir_290ml"
)

the resulting error happens:

ProtocolCommandFailedError [line 80]: Error 4000 GENERAL_ERROR (ProtocolCommandFailedError): LabwareCannotBeStackedError: Labware agilent_1_reservoir_290ml cannot be loaded onto labware opentrons_96_deep_well_temp_mod_adapter

This is just incorrect, because this labware fits quite nicely onto your opentrons_96_deep_well_temp_mod_adapter (I've done it IRL!). I know I can just make my own custom labware, but I think it'd be helpful to update the .json on the labware library "agilent_1_reservoir_290ml "

Steps to reproduce

cold_module_pbs = protocol.load_module("temperature module gen2", "C1")
cold_mod_pbs_adapter = cold_module_pbs.load_adapter("opentrons_96_deep_well_temp_mod_adapter")
cold_reservoir = cold_mod_pbs_adapter.load_labware(
"agilent_1_reservoir_290ml"
)

Current behavior

ProtocolCommandFailedError [line 80]: Error 4000 GENERAL_ERROR (ProtocolCommandFailedError): LabwareCannotBeStackedError: Labware agilent_1_reservoir_290ml cannot be loaded onto labware opentrons_96_deep_well_temp_mod_adapter

Expected behavior

Should be fine!

Operating system

Windows

System and robot setup or anything else?

OT Flex v8.2

@jjmc0000 jjmc0000 added the bug label Dec 13, 2024
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