On Wed, 09 Feb 2011 15:07:01 -0800, Nathaniel Smith wrote: > This can't possibly be right, can it? Or am I missing something? (It > certainly doesn't seem to match any documentation that I can find) > >>>> np.issubdtype(int, bool) > True >>>> np.__version__ > '1.5.1'
Thanks. It's a bug in issubdtype, http://projects.scipy.org/numpy/ticket/1739 -- Pauli Virtanen _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
