LaurentMazare / npy-ocaml

Numpy file format support for ocaml.
Apache License 2.0
41 stars 10 forks source link

Fix reading of 1d array #1

Closed LaurentMazare closed 8 years ago

LaurentMazare commented 8 years ago

Some 1d arrays end up with a shape of "(42,)" which is not parsed properly.