On Dec 13, 2007, at 2:21 PM, Robert Kern wrote:
> Tony S Yu wrote:
>> Hello,
>>
>> This is something that's been bothering for awhile. When numpy raises
>> the following divide by zero error:
> Warning: divide by zero encountered in double_scalars
>> is there a way to get a Traceback on where
Tony S Yu wrote:
> Hello,
>
> This is something that's been bothering for awhile. When numpy raises
> the following divide by zero error:
Warning: divide by zero encountered in double_scalars
> is there a way to get a Traceback on where that warning occurred.
In [1]: from numpy import *
In
Hello,
This is something that's been bothering for awhile. When numpy raises
the following divide by zero error:
>>> Warning: divide by zero encountered in double_scalars
is there a way to get a Traceback on where that warning occurred.
Thanks,
Tony