[Numpy-discussion] NotImplementedType

Travis E. Oliphant oliphant at enthought.com
Fri Sep 14 17:21:40 EDT 2007


Tom Denniston wrote:
> Sometimes numpy operationrs result in NotImplementedType.  It makes it
> a little hard to debug because the problem then crops up later when
> you try to do an operation with the NotImplementedType.  Does anyone
> know of a way to get numpy to raise instead of returning not
> implemented type?
>   
Part of the issue is that this is what Python expects when it does it's 
mixed-type operations.  So, which operators are you referring to exactly?

-Travis




More information about the NumPy-Discussion mailing list