mhe / pynrrd

Simple pure-python module for reading and writing nrrd files.
https://pynrrd.readthedocs.io/
MIT License
116 stars 51 forks source link

Allow Numpy data to be written for compressed data #68

Closed addisonElliott closed 6 years ago

addisonElliott commented 6 years ago

When reading compressed data in pynrrd, the resulting numpy array is not writeable. This PR fixes the issue.