[scikit-image] Warning from view_as_blocks

Carlton Banks noflaco at gmail.com
Wed Mar 15 12:05:23 EDT 2017


I am currently using view_as_blocks to extract sub matrices from a bigger matrices,
these submatrices has to non-overlapping. 

but i am getting this error:


/usr/local/lib/python2.7/dist-packages/skimage/util/shape.py:94: RuntimeWarning: Cannot provide views on a non-contiguous input array without copying.
  warn(RuntimeWarning("Cannot provide views on a non-contiguous input "



Something i should be worried about?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-image/attachments/20170315/3dc6acca/attachment.html>


More information about the scikit-image mailing list