Numpy4J icon indicating copy to clipboard operation
Numpy4J copied to clipboard

Unpack NPType into python objects

Open JosephCottam opened this issue 12 years ago • 0 comments

NPType dictates the DType and other flags. It is not currently unpacked. Probably unpack following the pattern established in the XXXX_py2J methods (except it would be XXXX J2py). Using non-default values right now results in incorrectly interpreted bytebuffers on the python side..

JosephCottam avatar Aug 27 '13 18:08 JosephCottam