You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 "
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
The text was updated successfully, but these errors were encountered: