[SciPy-user] Bug report - unwrap function error
Travis Oliphant
oliphant at ee.byu.edu
Thu Dec 29 19:08:59 EST 2005
Hugo Gamboa wrote:
>Hello,
>
>I have the a recent svn version (1501), and when trying to use the
>unwrap function it gave me the error transcribed above.
>
>In a move to correct the bug to continue my work, I could not found
>the definition of the mod function. I know that it exists in scipy.mod
>but was unable to track the function.
>
>
>
mod is in umath.
Should be present as
scipy.mod
(scipy.base.umath is the complete module name but you should be fine
importing scipy alone):
from scipy import mod
Thanks for the tests. I've fixed SVN.
-Travis
More information about the SciPy-User
mailing list