test_numpy_dtypes.py
10.5 KB
-
Fix numpy dtypes test on big-endian architectures · 6837740b
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