Neal Becker
2009-08-02 12:20:15 UTC
I see no support for NPY_UBYTE. In fact the line is commented in numpy.hpp:
// NPY_TYPES get_typenum(npy_ubyte) { return NPY_UBYTE; }
Why not? (I need it). Any reason not to just remove the comment?
// NPY_TYPES get_typenum(npy_ubyte) { return NPY_UBYTE; }
Why not? (I need it). Any reason not to just remove the comment?