Group: fa.freebsd.cvsall · Group Profile · Search for Pying in fa.freebsd.cvsall
Author: Wen Heping
Date: May 31, 2010 19:40
Package: python-scipy Version: 0.7.0-2+b1 Severity: minor When installing, I get this: Setting up python-scipy (0.7.0-2+b1) ... /usr/lib/python2.6/dist-packages/scipy/stats/mstats_basic.py:106: SyntaxWarning: assertion is always true, perhaps remove parentheses? assert(output.ndim == 2, "The input should be 2D!") This is manifestly a bug: it the parentheses make a tuple with two entries
|