Bryn Lloyd
Bryn Lloyd
@ntustison I see the [wheels.yml](https://github.com/ANTsX/ANTsPy/blob/master/.github/workflows/wheels.yml) seems to have windows builds and recent CI builds on github contain the wheels in the artifacts. Are you planning to push any of those...
I still get this behavior with - `click==8.1.3` - `typer==0.6.1`
but a workaround is to provide default empty lists: ```python def generate_dataset( image_dir: List[Path] = [], labels_dir: List[Path] = [], ): pass ```
Here is some example data which shows the issue: If you merge first the mypy xml, then the pytest xml, the result is wrong (nested testsuites). If you switch the...
@petrasvestartas I guess you could use any iso-contouring (marching triangle type) algorithm to cut the mesh. The element quality will degrade though. 
For me the workaround above was ok. If you want to force a minimum of one item in the list, the options must be `required`. This can be achieved using...
i am wondering if a) is the indexing shifted by one? the first element of `e` is never used? I guess this would be a bug in the algorithm and...
> @dyollb could you share the particular input values that trigger this error? I'd like to try reproducing the bug. Hi Hans You can have a look at my fork...
happy to provide a PR, if you agree that this is wrong/misleading.
If I understand correctly, the `.i` files are generated manually? Do you run it after each PR if the API changes or what triggers the update? I think the simplest...