
NumPy .npy: int16 Big-Endian (.npy)
The same nine int16 values written big-endian, so the header descriptor reads '>i2'. A loader that ignores the descriptor and assumes native little-endian order returns 13330 where the file says 4660, without any error.
- File
- NPY · Arrays
- Use case
- Scientific dataSerialization testing· Paired fixture






















