[SciPy-user] small error problem

Fernando Perez Fernando.Perez at colorado.edu
Sat Oct 29 14:39:29 EDT 2005


Travis Oliphant wrote:
> 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.

But only if you load the scipy profile via

ipython -p scipy

If you simply start ipython and then issue 'import scipy', no alter_numeric() 
is called for you at all.

Just to clarify...

Cheers,

f




More information about the SciPy-User mailing list