Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
data_iterators.py
: Remove [0]
to properly unpack indexed data
This fixes a bug introduced in d87fa5b. `[0]` refers specifically to `files = self._data[idx][0]`. By combining the indexes into a single link, the previous commit needed to remove the `[0]` index.
- Loading branch information