[SciPy-user] small error problem
Travis Oliphant
oliphant at ee.byu.edu
Sat Oct 29 14:28:09 EDT 2005
Ryan Krauss wrote:
>My version:
>In [3]: scipy.__version__
>Out[3]: '0.3.3_309.4626'
>
>In both places, I get:
>(Pdb) type(mat)
>Out[2]: <type 'array (scipy)'>
>
>
This could be an issue with the old method of updating the numeric
behavior to support some advanced indexing procedures in old scipy.
I know that IPython automatically alters Numeric if you have scipy.
Why don't you try:
scipy.restore_numeric()
and see if that helps.
-Travis
More information about the SciPy-User
mailing list