A while ago we had a brief discussion about this.

Is this a feature? or should there be a ticket for this

>>> np.sqrt('5')
NotImplemented
>>> a = np.sqrt('5')
>>> a
NotImplemented
>>> type(a)
<type 'NotImplementedType'>


Josef
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to