Re: GLCM with scikit-image
June 5, 2015
11:40 a.m.
On 2015-06-05 00:35:54, elyraz@mail.com wrote:
I moved to python 3.4 and scikit_image‑0.11.3 amnd when I am running a script the: from skimage.util import dtype dtype.log.disabled = True
I get this error: Traceback (most recent call last): File "C:/Users/ZDesktop/untitled/d.py", line 16, in <module> dtype.log.disabled = True AttributeError: 'module' object has no attribute 'log'
The package has changed in the mean time--we no longer use a logging mechanism and you can disable the warning using the standing Python warnings module. Stéfan
3521
Age (days ago)
3521
Last active (days ago)
0 comments
1 participants
participants (1)
-
Stefan van der Walt