-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[JOSS review] Get example datasets in README error #10
Comments
Interestingly, the |
Thank you for pointing that out! We assume this is due to the fact that the example data is not included in the package when installing it from PyPi. We will update our code so that it will first check whether the package was installed manually, by cloning the git repository, then all example data should be downloaded and the examples should work correctly, or via PyPi. In the latter case the example data is not contained and we will download the example data similar to how scikit-learn is handling this (see https://github.com/scikit-learn/scikit-learn/blob/844b4be24/sklearn/datasets/_base.py). We also updated the minimal working examples in the README, which still contained some bugs, in 6935600. |
We added the feature of automatically downloading example data if not available yet in 252f33c. |
Hi @richrobe that's great! I think this new version is not yet updated on PyPI though, so I can't review the changes as of now |
Hi @zen-juen, now that this is resolved, I'm closing this issue if that's okay? |
Hi there, after installing
biopsykit
with ease, I've encountered some errors when running the examples listed on the readme, particularly those that are related to retrieving example datasets:I get an error like so:
This also happens for
get_sleep_imu_example()
,get_questionnaire_example()
andget_mist_hr_example()
. Might this be to do with the way functions are setting the data path?(Note: as part of openjournals/joss-reviews#3702)
The text was updated successfully, but these errors were encountered: