robertwb / issues-import-test

0 stars 0 forks source link

data of numpy masked array is not around #131

Open robertwb opened 7 years ago

robertwb commented 7 years ago

Reported by mauro on 11 Nov 2011 22:57 UTC Somehow the data portion of a numpy.ma.MaskedArray disappears within cython. I.e. if 'ma' is a masked array then 'ma.data' contains an empty string instead of the data. See attached code

Migrated-From: http://trac.cython.org/ticket/754