2013/10/28 Sergio Rojas <[email protected]>: >> >> AFAIK the bi-cluster test failure is unknown. I cannot reproduce it my >> self. which version of scipy are you using? >> > > Thanks for replying, Olivier. > >>>> scipy.version.version > '0.13.0b1' >>>> numpy.version.version > '1.7.0' > > I am curious is why more than 100 tests were stopped using the > post-installed testing command. From your answer I understant not > every test run in the pre-installation stage are included in > the post-installation test suit.
It would be great if you could diff the two outputs to find out which tests are lots in the process. They might not be included properly as a sub-package in one of the setup.py files and hence not installed on the system. -- Olivier http://twitter.com/ogrisel - http://github.com/ogrisel ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
