Errors while compiling and $make coverage

Stéfan van der Walt stefan at sun.ac.za
Mon Apr 15 18:28:55 EDT 2013


On Tue, Apr 16, 2013 at 12:27 AM, Ankit Agrawal <aaaagrawal at gmail.com> wrote:
> I get these test errors. If I want to test the code before issuing a PR,
> this will be a problem. Any way to sort it out? Thank you again.

It's because that version is trying to run the tests in-place.  To fix
it, you can also build the modules in-place:

python setup.py build_ext -i

Stéfan



More information about the scikit-image mailing list