Closed tbetcke closed 7 years ago
Dear rogersce,
thanks for the wonderful library to read .npy files. There is a small bug in the recognition of the Fortran order. In cnpy.cpp in line 72 it should be (header.substr(loc1,4) instead of (header.substr(loc1,5)
Best wishes
Timo
thank you, it's fixed.
Dear rogersce,
thanks for the wonderful library to read .npy files. There is a small bug in the recognition of the Fortran order. In cnpy.cpp in line 72 it should be (header.substr(loc1,4) instead of (header.substr(loc1,5)
Best wishes
Timo