On Sat, Apr 20, 2013 at 1:28 PM, Chintak Sheth <chintaksheth@gmail.com> wrote:
Hi Tony,

On Sat, Apr 20, 2013 at 10:18 PM, Tony Yu <tsyu80@gmail.com> wrote:

This is kind of a shot in the dark: Could you try running nosetests in the segmentation subpackage of skimage?


Strangely so, "nosetests -v" runs in segmentation subpackage. However, it gives me a warning :
warnings.warn('SciPy was built without UMFPACK. Consider rebuilding '
 Does that give any more ideas ?

I was hoping that the umfpack import was broken, but it looks like it's failing gracefully.

I don't have any specific ideas. Could you try going into each subpackage and running nosetests in each? This is a bit brute-force, but there's not a lot of information to go on right now.
 
-Tony