Skip to content

Commit

Permalink
add the usascientific 96 well
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthecoder committed Dec 18, 2024
1 parent 85df22a commit 9a0eaf5
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,8 @@
57720.510,
3.0,
3.0
]
],
["usascientific_96_wellplate_2.4ml_deep", "cuboidalWell", 72.22, 2241.36, 3.0, 3.0],
]
print(f"len of existing labware = {len(INNER_WELL_GEOMETRY_TEST_PARAMS)}")
existing_names = [param[0] for param in INNER_WELL_GEOMETRY_TEST_PARAMS]
Expand All @@ -204,7 +205,7 @@
# check if the test is looking for the right name below
# "opentrons_10_tuberack_falcon_4x50ml_6x15ml_conical-50mL-ONLY",
# "opentrons_10_tuberack_falcon_4x50ml_6x15ml_conical-15mL-ONLY",
"usascientific_96_wellplate_2.4ml_deep" # definition isnt in yet
# "usascientific_96_wellplate_2.4ml_deep" # definition isnt in yet
]
failing = [
"corning_384_wellplate_112ul_flat",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1211,7 +1211,26 @@
},
"innerLabwareGeometry": {
"cuboidalWell": {
"sections": []
"sections": [
{
"shape": "cuboidal",
"topXDimension": 7.52,
"topYDimension": 7.52,
"bottomXDimension": 0.25,
"bottomYDimension": 0.25,
"topHeight": 2.63,
"bottomHeight": 0
},
{
"shape": "cuboidal",
"topXDimension": 8.2,
"topYDimension": 8.2,
"bottomXDimension": 7.52,
"bottomYDimension": 7.52,
"topHeight": 41.3,
"bottomHeight": 2.63
}
]
}
}
}

0 comments on commit 9a0eaf5

Please sign in to comment.