Skip to content
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

path change is not enabled #3

Open
RonenTalmonLab opened this issue Aug 8, 2021 · 0 comments
Open

path change is not enabled #3

RonenTalmonLab opened this issue Aug 8, 2021 · 0 comments

Comments

@RonenTalmonLab
Copy link

I tried to change the default file path for downloading the data and found out that its not working.
Looking into things reveled that one of the functions need to be changed:
(line 355 - 358 in the file task_datasets.py)
should be:
def data_path(self, subject, path1):
sign = self.code
key_dest = "MNE-{:s}-data".format(sign.lower())
path = osp.join(get_dataset_path(sign, path1), key_dest)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant