MLMI2-CSSI / MLMI2-CSSI/foundry
Investigate HDF5 data location bug
@blue442 is already working on this.
Since Aug 22, 2023.
- Dominant language
- Python
- Stars
- 88
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
As a Data Consumer, I want to ensure the data files for the datasets I download all go to the same general location.
Jingrui has found a bug where for some reason extra copies of HDF5 files only are downloaded to ./data in addition to their proper locations. This isn't a game-breaking bug, but is untidy and should be resolved.
Track down the bug and resolve it such that all data go to the appropriate folders in the format /data/dataset_name_vx.x/
From Jingrui: "Here is one about downloading extra instance of data files that I just reported to Ben and I'd share the details here.
When downloading a dataset, Foundry should create directory and save the data at ./data/dataset_name_vx.x/ . While for the h5 datasets, mostly published by me and there's also one published by someone else, extra copies of the files are saved at ./data/ .
All the tabular datasets I tested are fine."

Acceptance criteria
- The bug has been resolved and the data are only downloaded to the appropriate folder for that dataset, as described above
- The fix is released
- Jingrui has been alerted to the fix
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.