[SciPy-dev] nonexistant numpy.fastumath used in scipy
Robert Kern
robert.kern at gmail.com
Sat Mar 11 03:34:29 CST 2006
Tim Leslie wrote:
> The numpy.fastumath is used in the following places
>
> timl at penrose:~/scipy$ rgrep fastumath * | grep -v svn
> Lib/cluster/tests/vq_test.py:from numpy.fastumath import *
> Lib/sandbox/ga/parallel_pop.py:from numpy.fastumath import *
> Lib/sandbox/ga/gene.py:from numpy.fastumath import *
> Lib/sandbox/ga/scaling.py:from numpy.fastumath import *
> Lib/sandbox/ga/selection.py:from numpy.fastumath import *
>
> but doesn't seem to exist in numpy
>
> timl at penrose:~/scipy$ rgrep fastumath ../numpy/* | grep -v svn
> timl at penrose:~/scipy$
>
> Not sure how to resolve this, but I thought I'd bring it up for someone
> to look into.
Just delete those import lines. They are obsolete.
--
Robert Kern
robert.kern at gmail.com
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it had
an underlying truth."
-- Umberto Eco
More information about the Scipy-dev
mailing list