Commit 3c7010a
committed
ENH: Add Python wrapping for CellularAggregateBase and CellularAggregate
BioCell was the only ITKRemoteModule with a pyproject.toml but no
wrapping/ directory, causing the Python wheel build CI to fail: the
manylinux build script found no .whl to repair and exited with an error.
Add wrapping for the two itk::Object-derived classes:
- itk::bio::CellularAggregateBase (non-templated)
- itk::bio::CellularAggregate<2> and <3>
Adding this simple wrapping allows the standard python wrapping
infrastructure to be tested and consistent with other remote modules.
Generative AI was used to diagnose and recommend this solution.1 parent 5c705a7 commit 3c7010a
3 files changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
0 commit comments