Skip to content

Commit

Permalink
some fixture changes, json schema test still failing
Browse files Browse the repository at this point in the history
  • Loading branch information
caila-marashaj committed Sep 30, 2024
1 parent 706ad7b commit 25a0ecd
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 30 deletions.
38 changes: 16 additions & 22 deletions shared-data/labware/fixtures/3/fixture_2_plate.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,39 +62,33 @@
},
"innerLabwareGeometry": {
"daiwudhadfhiew": {
"frusta": [
"sections": [
{
"shape": "rectangular",
"xDimension": 127.76,
"yDimension": 85.8,
"topHeight": 42.16
},
{
"shape": "rectangular",
"xDimension": 70.0,
"yDimension": 50.0,
"topHeight": 20.0
"topXDimension": 127.76,
"topYDimension": 85.8,
"bottomXDimension": 70.0,
"bottomYDimension": 50.0,
"topHeight": 42.16,
"bottomHeight": 20.0
}
]
},
"iuweofiuwhfn": {
"frusta": [
"sections": [
{
"shape": "circular",
"diameter": 35.0,
"topHeight": 42.16
"bottomDiameter": 35.0,
"topDiameter": 35.0,
"topHeight": 42.16,
"bottomHeight": 10.0
},
{
"shape": "circular",
"diameter": 35.0,
"topHeight": 20.0
"shape": "spherical",
"radiusOfCurvature": 20.0,
"topHeight": 10.0
}
],
"bottomShape": {
"shape": "spherical",
"radiusOfCurvature": 20.0,
"depth": 6.0
}
]
}
}
}
13 changes: 5 additions & 8 deletions shared-data/labware/fixtures/3/fixture_corning_24_plate.json
Original file line number Diff line number Diff line change
Expand Up @@ -323,16 +323,13 @@
},
"innerLabwareGeometry": {
"venirhgerug": {
"frusta": [
"sections": [
{
"shape": "circular",
"diameter": 16.26,
"topHeight": 17.4
},
{
"shape": "circular",
"diameter": 16.26,
"topHeight": 0.0
"bottomDiameter": 16.26,
"topDiameter": 16.26,
"topHeight": 17.4,
"bottomHeight": 0.0
}
]
}
Expand Down

0 comments on commit 25a0ecd

Please sign in to comment.