LED icon indicating copy to clipboard operation
LED copied to clipboard

rawpy bug fix need upgrade

Open adahbingee opened this issue 1 year ago • 0 comments

The old code in rawpy/_rawpy.pyx

ndarr.base = <PyObject*> self

through error Assignment to a read-only property

should be changed to issue

np.PyArray_SetBaseObject(ndarr, self)

please checkout the official rawpy implementation.

https://github.com/letmaik/rawpy/blob/main/rawpy/_rawpy.pyx

adahbingee avatar Apr 15 '24 08:04 adahbingee