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
This was probably caused because the data files were not explicitly added. In commit 21379a9, they are now included in MANIFEST.in. This should solve the problem.
After some testing, I discovered that said commit didn't fix it.
While I come up with a permanent solution, I recommend copying the data directory found here into DeepSurvK's datasets directory, found in its installation path (usually something like C:\ProgramData\Anaconda3\envs\dsk_test\Lib\site-packages\deepsurvk\datasets, or wherever you have your environment).
Describe the bug
When wanting to import one of DeepSurv's original datasets, whas.h5, the command raises an error and cannot find the data in the corresponding folder.
Steps/code to reproduce
Code for execution:
When manually pasting the data in this folder (because it was empty), the command works.
Expected results
Loading the right data.
Actual results
Versions
The text was updated successfully, but these errors were encountered: