fixed leakage

This commit is contained in:
Pawel Sarkowicz
2026-03-28 12:19:09 -04:00
parent 321fe78105
commit 1530c02961
24 changed files with 8224 additions and 1086 deletions

View File

@@ -520,7 +520,7 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": null,
"id": "9d3eb97b",
"metadata": {},
"outputs": [],
@@ -553,6 +553,7 @@
"role_type_map = {5: 'hand', 6: 'hand', 7: 'hand', 8: 'foot'}\n",
"\n",
"## Boundary conditions\n",
"# comes from the product_sizes table. The edge_left/edge_right/edge_bottom/edge_top give this info.\n",
"x_min, x_max = -68, 68\n",
"y_min, y_max = 0, 144"
]