mhe / pynrrd

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

byteskip -1 fixed #73

Closed tashrifbillah closed 6 years ago

tashrifbillah commented 6 years ago
  1. Fixed byteskip -1 reading issue #70

  2. Added test for both nrrd gzip file and nhdr raw file with byte skip: -1

  3. Created test data for both nrrd gzip file and nhdr raw file with byte skip: -1

  4. All tests passed