marcoheisig / numpy-file-format

Read and write Numpy .npy and .npz files.
MIT License
16 stars 4 forks source link

bit-endian => big-endian #1

Closed fisxoj closed 5 years ago

fisxoj commented 5 years ago

https://github.com/marcoheisig/numpy-file-format/blob/7e55e40812bb434dc340ce20308245676ee71097/code/dtypes.lisp#L5

:wave: Was just poking through the repo after I saw the project listed in this month's quicklisp dist. I think this is probably a typo!

marcoheisig commented 5 years ago

Fixed in 36b15eb. Thanks for reporting!