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