Tom Birdsong
Tom Birdsong
Thanks for verifying @PranjalSahu . Perhaps @hjmjohnson or @kian-weimer could weigh in on whether this issue was observed/anticipated from their testing surrounding #3200? cc @thewtex
Hi @thewtex , good point, I just updated to `5.3rc04.post1` for my environment referenced by VS Code and am seeing the same behavior.
> Delete CircleCI, AppVeyor, Travis and Azure pipeline configuration files. There are a few remote modules that are still relying on (failing) CircleCI checks. According to the issue description these...
@PranjalSahu Could you please try running the small script below and report back on whether it succeeds? This will help with understanding whether the ITKCommon module is present and can...
@PranjalSahu Does this mean you were able to import ITK modules successfully? It looks like `mesh_from_dict` is loading `ITKMesh`: ```py def mesh_from_dict(mesh_dict: Dict) -> "itkt.Mesh": """Deserialize an dictionary representing an...
@PranjalSahu Another script to try: ```py >> import itk >> itk.auto_progress(2) >> itk.Image[itk.D,3].New() ``` EDIT: above script fails on Pranjal's VM; `ITKPyBase` imports successfully and then `ITKCommon` is not found
For reference Pranjal is using a Python 3.8.12 virtual environment on his Win10 Home virtual machine. EDIT: Note that there are two machines under discussion here, an individual Windows 10...
During our discussion @PranjalSahu found an apparent workaround where, on one runner, first executing an operation with a mesh dictionary and then with an itk.Mesh object is successful and does...
Observed similar behavior in [NumPyArrayPointSet](https://github.com/InsightSoftwareConsortium/itkwidgets/blob/master/examples/NumPyArrayPointSet.ipynb) example where parameters `point_set_representations` and `point_set_colors` are set at initialization but not reflected in the widget in Jupyter Notebook. The viewer can be polled with...
Hi @dzenanz , I have not worked with `ShrinkImageFilter` or `OtsuImageFilter`. Git history shows that this filter has had relatively few changes in recent years: https://github.com/InsightSoftwareConsortium/ITK/commits/9cd0f2053f0cf181ec4412bf896301faf0cc2092/Modules/Filtering/ImageGrid/include/itkShrinkImageFilter.h https://github.com/InsightSoftwareConsortium/ITK/commits/9cd0f2053f0cf181ec4412bf896301faf0cc2092/Modules/Filtering/ImageGrid/include/itkShrinkImageFilter.hxx