We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 680a8c3 commit 5e902fcCopy full SHA for 5e902fc
itkwidgets/integrations/__init__.py
@@ -178,7 +178,6 @@ def _detect_render_type(data, input_type) -> RenderType:
178
if isinstance(data, itk.Image):
179
return RenderType.IMAGE
180
elif isinstance(data, itk.PointSet):
181
- print(f'isinstance(data, itk.PointSet)', flush=True)
182
return RenderType.POINT_SET
183
if HAVE_MULTISCALE_SPATIAL_IMAGE:
184
from multiscale_spatial_image import MultiscaleSpatialImage
0 commit comments