Fix numpy dtypes test on big-endian architectures
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.
Showing
Please
register
or
sign in
to comment