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
feat(api): Flex Stacker Module Support for EVT (#17300)
Covers EXEC-967, EXEC-965, EXEC-946, EXEC-1078
This PR introduces the .store(), .retrieve(), and
.load_labware_to_hopper(...) commands. These commands allow the
declaration of labware inside the hopper, retrieval of a handleable
labware core from the stacker, and storage of labware into the stacker.
Copy file name to clipboardexpand all lines: analyses-snapshot-testing/tests/__snapshots__/analyses_snapshot_test/test_analysis_snapshot[6126498df7][Flex_X_v2_16_NO_PIPETTES_TM_ModuleInStagingAreaCol4].json
+4-4
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@
25
25
"errors": [
26
26
{
27
27
"createdAt": "TIMESTAMP",
28
-
"detail": "ValueError [line 15]: Cannot load a module onto a staging slot.",
28
+
"detail": "ValueError [line 15]: Cannot load temperature module gen2 onto a staging slot.",
29
29
"errorCode": "4000",
30
30
"errorInfo": {},
31
31
"errorType": "ExceptionInProtocolError",
@@ -34,12 +34,12 @@
34
34
"wrappedErrors": [
35
35
{
36
36
"createdAt": "TIMESTAMP",
37
-
"detail": "ValueError: Cannot load a module onto a staging slot.",
37
+
"detail": "ValueError: Cannot load temperature module gen2 onto a staging slot.",
38
38
"errorCode": "4000",
39
39
"errorInfo": {
40
-
"args": "('Cannot load a module onto a staging slot.',)",
40
+
"args": "('Cannot load temperature module gen2 onto a staging slot.',)",
41
41
"class": "ValueError",
42
-
"traceback": " File \"/usr/local/lib/python3.10/site-packages/opentrons/protocols/execution/execute_python.py\", line N, in exec_run\n exec(\"run(__context)\", new_globs)\n\n File \"<string>\", line N, in <module>\n\n File \"Flex_X_v2_16_NO_PIPETTES_TM_ModuleInStagingAreaCol4.py\", line N, in run\n\n File \"/usr/local/lib/python3.10/site-packages/opentrons/protocols/api_support/util.py\", line N, in _check_version_wrapper\n return decorated_obj(*args, **kwargs)\n\n File \"/usr/local/lib/python3.10/site-packages/opentrons/protocol_api/protocol_context.py\", line N, in load_module\n raise ValueError(\"Cannot load a module onto a staging slot.\")\n"
42
+
"traceback": " File \"/usr/local/lib/python3.10/site-packages/opentrons/protocols/execution/execute_python.py\", line N, in exec_run\n exec(\"run(__context)\", new_globs)\n\n File \"<string>\", line N, in <module>\n\n File \"Flex_X_v2_16_NO_PIPETTES_TM_ModuleInStagingAreaCol4.py\", line N, in run\n\n File \"/usr/local/lib/python3.10/site-packages/opentrons/protocols/api_support/util.py\", line N, in _check_version_wrapper\n return decorated_obj(*args, **kwargs)\n\n File \"/usr/local/lib/python3.10/site-packages/opentrons/protocol_api/protocol_context.py\", line N, in load_module\n raise ValueError(f\"Cannot load {module_name} onto a staging slot.\")\n"
0 commit comments