nestedtedSortStruct and nestedSortStruct2 do a nested sort of a one-dimensional struct array by two different methods. That is, the struct array is sorted by one field, then those entries of the array ...
I ran into this bug in numpy when reading in a .mat that has a struct containing huge matrices. (the dtwhole dtype was > 2GB) I was able to work around this bug by ...