Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Had to filter out this batch of weird swig warnings because in our pyproject.toml we configure pytest such that warnings are treated as errors and this somehow causes a segfault from itk when any image related functionality is touched. It only happened on python3.12, not 3.9. The warnings are things like ``` builtin type SwigPyObject has no __module__ attribute ```
- Loading branch information