"vscode:/vscode.git/clone" did not exist on "f16a7b5b14691a8f1e38c60e144468a1719bebdb"
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