> ====================================================================== > ERROR: Check that primal coef modification are not silently ignored > ---------------------------------------------------------------------- > Traceback (most recent call last): > File > "/Users/anuzismichael/.virtualenvs/learndjango/lib/python2.7/site-packages/nose-1.1.2-py2.7.egg/nose/case.py", > line 197, in runTest > self.test(*self.arg) > File > "/Users/anuzismichael/projects/scikit-learn/sklearn/svm/tests/test_svm.py", > line 574, in test_immutable_coef_property > assert_raises(RuntimeError, clf.coef_.__setitem__, (0, 0), 0) > File > "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py", > line 456, in assertRaises > callableObj(*args, **kwargs) > ValueError: assignment destination is read-only
This error is more suspicious. Anybody else running the dev version of numpy seeing it? -- 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
