Skip to content

Commit

Permalink
fix(analyses-snapshot-testing): heal mergeback_chore_release_830_into…
Browse files Browse the repository at this point in the history
…_edge snapshots (#17409)

This PR was requested on the PR
#17408

Co-authored-by: y3rsh <[email protected]>
  • Loading branch information
2 people authored and caila-marashaj committed Feb 11, 2025
1 parent 5e51b79 commit abf836e
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1248,6 +1248,14 @@
"brand": "Opentrons",
"brandId": []
},
"compatibleParentLabware": [
"armadillo_96_wellplate_200ul_pcr_full_skirt",
"biorad_96_wellplate_200ul_pcr",
"opentrons_96_wellplate_200ul_pcr_full_skirt",
"opentrons_flex_deck_riser",
"opentrons_tough_pcr_auto_sealing_lid",
"protocol_engine_lid_stack_object"
],
"cornerOffsetFromSlot": {
"x": 0,
"y": 0,
Expand Down Expand Up @@ -1351,6 +1359,11 @@
"x": 0,
"y": 0,
"z": 6.492
},
"protocol_engine_lid_stack_object": {
"x": 0,
"y": 0,
"z": 0
}
},
"stackingOffsetWithModule": {
Expand Down Expand Up @@ -1393,6 +1406,14 @@
"brand": "Opentrons",
"brandId": []
},
"compatibleParentLabware": [
"armadillo_96_wellplate_200ul_pcr_full_skirt",
"biorad_96_wellplate_200ul_pcr",
"opentrons_96_wellplate_200ul_pcr_full_skirt",
"opentrons_flex_deck_riser",
"opentrons_tough_pcr_auto_sealing_lid",
"protocol_engine_lid_stack_object"
],
"cornerOffsetFromSlot": {
"x": 0,
"y": 0,
Expand Down Expand Up @@ -1496,6 +1517,11 @@
"x": 0,
"y": 0,
"z": 6.492
},
"protocol_engine_lid_stack_object": {
"x": 0,
"y": 0,
"z": 0
}
},
"stackingOffsetWithModule": {
Expand Down Expand Up @@ -1538,6 +1564,14 @@
"brand": "Opentrons",
"brandId": []
},
"compatibleParentLabware": [
"armadillo_96_wellplate_200ul_pcr_full_skirt",
"biorad_96_wellplate_200ul_pcr",
"opentrons_96_wellplate_200ul_pcr_full_skirt",
"opentrons_flex_deck_riser",
"opentrons_tough_pcr_auto_sealing_lid",
"protocol_engine_lid_stack_object"
],
"cornerOffsetFromSlot": {
"x": 0,
"y": 0,
Expand Down Expand Up @@ -1641,6 +1675,11 @@
"x": 0,
"y": 0,
"z": 6.492
},
"protocol_engine_lid_stack_object": {
"x": 0,
"y": 0,
"z": 0
}
},
"stackingOffsetWithModule": {
Expand Down Expand Up @@ -1683,6 +1722,14 @@
"brand": "Opentrons",
"brandId": []
},
"compatibleParentLabware": [
"armadillo_96_wellplate_200ul_pcr_full_skirt",
"biorad_96_wellplate_200ul_pcr",
"opentrons_96_wellplate_200ul_pcr_full_skirt",
"opentrons_flex_deck_riser",
"opentrons_tough_pcr_auto_sealing_lid",
"protocol_engine_lid_stack_object"
],
"cornerOffsetFromSlot": {
"x": 0,
"y": 0,
Expand Down Expand Up @@ -1786,6 +1833,11 @@
"x": 0,
"y": 0,
"z": 6.492
},
"protocol_engine_lid_stack_object": {
"x": 0,
"y": 0,
"z": 0
}
},
"stackingOffsetWithModule": {
Expand Down Expand Up @@ -1828,6 +1880,14 @@
"brand": "Opentrons",
"brandId": []
},
"compatibleParentLabware": [
"armadillo_96_wellplate_200ul_pcr_full_skirt",
"biorad_96_wellplate_200ul_pcr",
"opentrons_96_wellplate_200ul_pcr_full_skirt",
"opentrons_flex_deck_riser",
"opentrons_tough_pcr_auto_sealing_lid",
"protocol_engine_lid_stack_object"
],
"cornerOffsetFromSlot": {
"x": 0,
"y": 0,
Expand Down Expand Up @@ -1931,6 +1991,11 @@
"x": 0,
"y": 0,
"z": 6.492
},
"protocol_engine_lid_stack_object": {
"x": 0,
"y": 0,
"z": 0
}
},
"stackingOffsetWithModule": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -830,6 +830,11 @@
},
"schemaVersion": 2,
"stackingOffsetWithLabware": {
"evotips_flex_96_tiprack_adapter": {
"x": 0,
"y": 0,
"z": 102
},
"opentrons_96_deep_well_adapter": {
"x": 0,
"y": 0,
Expand Down

0 comments on commit abf836e

Please sign in to comment.