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 _______________________________________________ Numpy-discussion mailing list [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
