Tom Birdsong
Tom Birdsong
Another data point for reproducibility, observed `ZeroDivisionError` when trying to run `view(label_image=label_img, ui_collapsed=True)` in https://github.com/KitwareMedical/ITKUltrasound/blob/master/examples/SpectralDistributions.ipynb Platform: Ubuntu 20.04 Python 3.8.8 ITK == v5.3rc04 itkwidgets == 1.0a21 zarr == 2.12.0 dask...
It appears that the issue is not present in `itkwidgets==0.32.4`, downgrading to that version is a sufficient workaround for now.
The following error appears in the browser console when I run `itkwidgets.view(point_sets=input_points)` and may or may not be relevant: ``` mobx] Encountered an uncaught exception that was thrown by a...
cc @thewtex @PaulHax
> as a temporary workaround you can pass ui-"reference" into the viewer and the point set controls will be available Thanks @bnmajor , this works well for visualizing an individual...
Note that the `ui="reference"` workaround for point set overlay given in https://github.com/InsightSoftwareConsortium/itkwidgets/issues/605 produces incorrect results when applied here for visualizing an image + point set in a scene. The point...
> Looks likely to be a `dask-image` / `scipy` issue. For reference, could you please add: Sure thing, I've added this information to the issue summary. My `dask-image` version looks...
@SimonRit To my knowledge the two reasons that we use PowerShell for Windows build scripts are: 1. Easy development environment setup with `Launch-VSDevShell.ps1` (see [https://github.com/InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/blob/main/.github/workflows/build-test-package-python.yml#L233](https://github.com/InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/blob/main/.github/workflows/build-test-package-python.yml#L233)) 2. Calling the `scikit-ci-addons` PowerShell...
Looks good to me. Maybe @thewtex can comment on the ITK pre-release schedule?
@dzenanz Sounds possible. I will work to reproduce on my end.