Re: [Scikit-learn-general] Failing tests

2013-11-18 Thread Olivier Grisel
Apparently those are all regressions caused by the latest version of scipy. Those tests all pass with scipy 0.12. It would be great if someone (you?) could investigate on what has changed in SciPy and is causing the failures and what should be adjusted in scikit-learn to account for those changes w

[Scikit-learn-general] Failing tests

2013-11-15 Thread Michal Romaniuk
Hi, Is the master branch on Github supposed to pass all tests? I get one error and two failed tests: == ERROR: Ensures that checks return valid sparse matrices.

Re: [Scikit-learn-general] Failing tests (SVM)

2012-07-24 Thread Virgile Fritsch
> > I don't know how to do this with nose, maybe with a tuple: > `(RuntimeError, ValueError)` in the assert_raises call? > Clever. That seemed to do the job! I pushed it. Virgile On Tue, Jul 24, 2012 at 5:10 PM, Olivier Grisel wrote: > 2012/7/24 Olivier Grisel : > > 2012/7/24 Virgile Fritsch :

Re: [Scikit-learn-general] Failing tests (SVM)

2012-07-24 Thread Alexandre ABRAHAM
Hi, He is running numpy 1.6.2. I have found out that numpy guys are renewing their error management system so that they have generic error messages (that is why googling the error message doesn't give any clue...). You can see one of these patches here : https://github.com/numpy/numpy/commit/51616

Re: [Scikit-learn-general] Failing tests (SVM)

2012-07-24 Thread Olivier Grisel
2012/7/24 Olivier Grisel : > 2012/7/24 Virgile Fritsch : >> Hi list, >> >> I got this error when pulling the last master state on my laptop: >> >>> ~/scikit-learn/sklearn/svm [master] $ nosetests >>> .E >>>

Re: [Scikit-learn-general] Failing tests (SVM)

2012-07-24 Thread Olivier Grisel
2012/7/24 Virgile Fritsch : > Hi list, > > I got this error when pulling the last master state on my laptop: > >> ~/scikit-learn/sklearn/svm [master] $ nosetests >> .E >> == >> ER

[Scikit-learn-general] Failing tests (SVM)

2012-07-24 Thread Virgile Fritsch
Hi list, I got this error when pulling the last master state on my laptop: ~/scikit-learn/sklearn/svm [master] $ nosetests > .E > == > ERROR: Check that primal coef modification