[SciPy-dev] Stopping F2Py from generating verbose output
Stéfan van der Walt
stefan@sun.ac...
Sun Jan 4 16:03:45 CST 2009
Hi all,
It seems that somewhere along the line f2py inserts debugging prints
for scipy.lib.blas.fblas. E.g.
$ python -c "from scipy.lib.blas import fblas; fblas.zaxpy([1, 2], [3, 4], n=4)"
zaxpy:n=4
Traceback (most recent call last):
File "<string>", line 1, in <module>
fblas.error: (len(y)-offy>(n-1)*abs(incy)) failed for 1st keyword n
Does anybody know how to suppress those "zaxpy:n=4" style messages, or
even just where they are generated?
Thanks,
Stéfan
More information about the Scipy-dev
mailing list