2012/9/21 Andreas Mueller <[email protected]>: > On 09/20/2012 09:48 PM, Lars Buitinck wrote: >> Below are some excerpts from the "Build failed" message that I got >> after git rm'ing the sparse linear models code. The strange thing is >> that it seems to start rebuilding in the middle of the tests. The same >> thing happened when I tried nosetests sklearn/tests/ on my own box, >> which also produced a lot of errors; the solution was to delete all >> *.pyc files from sklearn. Could this be a bug in the common tests? > Could be. > The "get all estimators" operation is a bit magic and in particular > behaves weirdly on Windows. > It traverses the whole tree and parses all files in the package iirc. > It could be that some guard is missing in one of the setups?
I will make sure that jenkins delete the *.pyc before launching the tests. -- Olivier http://twitter.com/ogrisel - http://github.com/ogrisel ------------------------------------------------------------------------------ Got visibility? Most devs has no idea what their production app looks like. Find out how fast your code is with AppDynamics Lite. http://ad.doubleclick.net/clk;262219671;13503038;y? http://info.appdynamics.com/FreeJavaPerformanceDownload.html _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
