I'm pretty sure the cython files were not build - but let me try now; I used bentomaker install before though ... does compile the Cython files for you?On Sat, Jul 20, 2013 at 6:53 PM, Josh Warner <silvertrumpet999@gmail.com> wrote:Correction, that should be `python setup.py build_ext -i`, run at package root.
On Saturday, July 20, 2013 5:52:21 PM UTC-5, Josh Warner wrote:Run again with `make test` and copy the entire error report, please. That section at the end of coverage just tells us there were 11 errors, not where they came from or why.--However, because so few tests were ran I'll go out on a limb and guess the Cython files are not compiled.Try `python build_ext -i` and then running `make test` again; if I'm right that would fix it.Regards,Josh
On Friday, July 19, 2013 10:53:34 PM UTC-5, Ronnie Ghose wrote:how many errors are you getting from `make coverage` ? at the moment i'm getting:. . .. . .skimage.viewer.viewers.core 179 142 21% 26-29, 74-120, 124-139, 142-153, 157-161, 164-166, 176-194, 197, 200-205, 212-214, 217, 221, 225-239, 242, 246-247, 251, 254-257, 261-266, 298-310, 319-330, 338, 341-351skimage.viewer.widgets 2 0 100%skimage.viewer.widgets.core 130 103 21% 33-37, 41-42, 45, 51-59, 63, 67, 99-165, 169-171, 175-186, 189, 192, 196-199, 203-205, 228-241, 247, 251, 255skimage.viewer.widgets.history 70 52 26% 24-39, 42-44, 48, 55-72, 75-82, 85-92, 96-104---------------------------------------------------------------------TOTAL 3741 1338 64%----------------------------------------------------------------------Ran 243 tests in 4.576sFAILED (SKIP=17, errors=11)
You received this message because you are subscribed to the Google Groups "scikit-image" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scikit-image+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.