8000 slic float32 support regression · Issue #4682 · scikit-image/scikit-image · GitHub
[go: up one dir, main page]

Skip to content

slic float32 support regression #4682

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
rfezzani opened this issue May 11, 2020 · 1 comment · Fixed by #4683
Closed

slic float32 support regression #4682

rfezzani opened this issue May 11, 2020 · 1 comment · Fixed by #4683
Labels
⚠️ Priority This issue or PR should be given priority

Comments

@rfezzani
Copy link
Member

Description

As reported by @jklaise in #4675 (comment), slic no more supports float32.

Way to reproduce

from skimage.segmentation import slic
import numpy as np
im = np.random.rand(28, 28).astype(np.float32)
slic(im)

Version information

3.8.2 (default, Mar 26 2020, 15:53:00) 
[GCC 7.3.0]
Linux-4.4.0-178-generic-x86_64-with-glibc2.10
scikit-image version: 0.16.2
numpy version: 1.18.1
@rfezzani rfezzani added type: bug ⚠️ Priority This issue or PR should be given priority labels May 11, 2020
@jklaise
Copy link
jklaise commented May 12, 2020

@rfezzani thanks, I've narrowed down the issue to havin 78BC g pooch as a dependency for scikit-image=0.17.1.If I install scikit-image=0.16.2 without pooch then the tests pass (SeldonIO/alibi#215)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚠️ Priority This issue or PR should be given priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants
0