Bruce Southey wrote: > Hi, > Is it bug if different NumPy types have different attributes? > I don't think so, other than perhaps we should not have the Python types in the numpy namespace.
numpy.float is just __builtin__.float which is a Python type not a NumPy data-type object. numpy.float64 inherits from numpy.float however. -Travis _______________________________________________ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion