-
Notifications
You must be signed in to change notification settings - Fork 1
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
Improved Knee Testing #38
Conversation
@thht can you check this out and cache the mne stuff. I think we can close this issue afterwards :) at least as soon as i manage to properly load npy files 🙃 |
Actually, I don't think this makes much sense. Caching means that the data is tarred and gzipped and then uploaded to a host and the next job just downloads it and untars/gzips it. So, basically what fetching the dataset does in the first place. An easier route would be to use the testing dataset instead of the sample one. It contains all the files you need and it is stored on |
Thanks for adding the files to lfs @thht. Tests seem to work so if you are happy lets merge and close some issues :) |
Sure, punch it! |
This pr aims to improve the knee testing functionality. When succesful we can close #28 and #29