We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The old code in rawpy/_rawpy.pyx
rawpy/_rawpy.pyx
ndarr.base = <PyObject*> self
through error Assignment to a read-only property
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The old code in
rawpy/_rawpy.pyx
through error
Assignment to a read-only property
should be changed to issue
please checkout the official rawpy implementation.
https://github.com/letmaik/rawpy/blob/main/rawpy/_rawpy.pyx
The text was updated successfully, but these errors were encountered: