2012/7/2 Yaroslav Halchenko <[email protected]>: > Just now spotted that sklearn hasn't migrated to wheezy yet because of > > Tail of log for scikit-learn on armel: > > Traceback (most recent call last): > File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File > "/build/buildd-scikit-learn_0.11.0-1-armel-QM4IQa/scikit-learn-0.11.0/debian/python-sklearn/usr/lib/python2.7/dist-packages/sklearn/feature_extraction/tests/test_text.py", > line 265, in test_tfidf_no_smoothing > assert_equal(len(w), 1) > AssertionError: 0 != 1
No idea for that one. > Tail of log for scikit-learn on mipsel: > > self.test(*self.arg) > File > "/build/buildd-scikit-learn_0.11.0-1-mipsel-ZOiuQA/scikit-learn-0.11.0/debian/python-sklearn/usr/lib/python2.6/dist-packages/sklearn/covariance/tests/test_robust_covariance.py", > line 28, in test_mcd > launch_mcd_on_dataset(100, 5, 20, 0.01, 0.01, 70) > File > "/build/buildd-scikit-learn_0.11.0-1-mipsel-ZOiuQA/scikit-learn-0.11.0/debian/python-sklearn/usr/lib/python2.6/dist-packages/sklearn/covariance/tests/test_robust_covariance.py", > line 67, in launch_mcd_on_dataset > assert(error_cov < tol_cov) > AssertionError Fixed in: https://github.com/scikit-learn/scikit-learn/commit/071cdb0982e1356552fc07b9cdd5d2ec2625add5 -- Olivier http://twitter.com/ogrisel - http://github.com/ogrisel ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
