You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
ascourtas
changed the title
Investiate HDF5 data location bug
Investigate HDF5 data location bug
Aug 1, 2023
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 text was updated successfully, but these errors were encountered: