File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
api/tests/opentrons/protocol_engine/state
shared-data/module/definitions/3 Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -965,7 +965,7 @@ def test_get_all_obstacle_highest_z_with_modules(
965
965
# Note: since no labware are loaded on the modules, the thermocycler
966
966
# lid is considered open, so the thermocycler lid height is not included
967
967
# in the thermocycler height
968
- assert isclose (subject .get_all_obstacle_highest_z (), 44.725 )
968
+ assert isclose (subject .get_all_obstacle_highest_z (), 35.0 )
969
969
970
970
971
971
@pytest .mark .parametrize ("use_mocks" , [False ])
Original file line number Diff line number Diff line change 3
3
"moduleType" : " flexStackerModuleType" ,
4
4
"model" : " flexStackerModuleV1" ,
5
5
"labwareOffset" : {
6
- "x" : -0.125 ,
7
- "y" : 1.125 ,
8
- "z" : 68.275
6
+ "x" : 97 ,
7
+ "y" : 0 ,
8
+ "z" : 31
9
9
},
10
10
"features" : {},
11
11
"dimensions" : {
12
- "bareOverallHeight" : 82 ,
12
+ "bareOverallHeight" : 35 ,
13
13
"overLabwareHeight" : 0 ,
14
14
"xDimension" : 156.25 ,
15
15
"yDimension" : 91.75 ,
You can’t perform that action at this time.
0 commit comments