Skip to content

Fix db path issues when reusing DataLoaders from other Datamodules

Daniel CARRON requested to merge issue-62 into main

Fix issue with database path when reusing Dataloaders from other Datamodules

This was happening with the indian dataset, which is reusing the shenzhen DataLoader.

Tests have been added to check this. Note that because some databases are quite big and can take hours to check, setting a limit on the number of samples to check is sometimes necessary.

Closes #62 (closed)

Merge request reports