robbmcleod / pyfastnoisesimd

Python module wrapping C++ FastNoiseSIMD
BSD 3-Clause "New" or "Revised" License
39 stars 6 forks source link

Use correct types to parse NumPy array dimensions. #14

Closed QuLogic closed 6 years ago

QuLogic commented 6 years ago

The wrong type can cause errors on big-endian systems or others with differing int and pointer sizes.

robbmcleod commented 6 years ago

Looks good to me.