[Python-projects] pylint and scipy/numpy
christophe grimault
christophe.grimault at novagrid.com
Fri Feb 22 10:48:41 CET 2008
Hi there,
My python files import scipy. And if i use any function of scipy (fft,
arange, zeros, ...), pylint complains with :
...
E0602:440:Interceptor.apply_channel: Undefined variable 'zeros'
...
Of course, the program works. But my pylint score is bad. And the change
to:
import scipy
and use of:
scipy.zeros
gains the bad 'wildcard import' but does not solve the previous problem.
Any help ?
Chris
More information about the Python-Projects
mailing list