Open hjjvandam opened 1 year ago
HDF5 insists that the indeces be in increasing order when retrieving data. However, when Python selects a random subset of indeces the order is not guaranteed causing the data retrieval to fail. Sorting the indeces fixes this problem.
HDF5 insists that the indeces be in increasing order when retrieving data. However, when Python selects a random subset of indeces the order is not guaranteed causing the data retrieval to fail. Sorting the indeces fixes this problem.