manodeep / Corrfunc

⚡️⚡️⚡️Blazing fast correlation functions on the CPU.
https://corrfunc.readthedocs.io
MIT License
166 stars 51 forks source link

Endian-ness issues #101

Closed manodeep closed 6 years ago

manodeep commented 7 years ago

One of the users reported having a runtime error with DDrppi_mocks. Turns out that the arrays stored in the fits file were big-endian while the computer they were running on was little endian.

This can be easily fixed by adding an endian-ness converter within the python wrappers for Corrfunc. However, not a critical issue because the code will crash if endian-ness is wrong.

manodeep commented 6 years ago

Closed by #142