test_numpy_dtypes.py
10.8 KB
-
Fix numpy dtypes test on big-endian architectures · 431fc0e1
This fixes the test code on big-endian architectures: the array support (PR #832) had hard-coded the little-endian '<' but we need to use '>' on big-endian architectures.
Jason Rhinelander committed