SPOClab-ca / dn3

The fusion of MNE and PyTorch for accelerated deep-neural-network based BCI-systems and Neurophysiology signal analysis.
BSD 3-Clause "New" or "Revised" License
64 stars 19 forks source link

Force update MNE path to the given path on the toplevel #72

Closed MohammadJavadD closed 2 years ago

MohammadJavadD commented 2 years ago

More detail here: http://moabb.neurotechx.com/docs/_modules/moabb/datasets/bnci.html#BNCI2014001

MohammadJavadD commented 2 years ago

An alternative way is: from moabb.utils import set_download_dir set_download_dir("new_path")

kostasde commented 2 years ago

Thanks MJ, somehow the alternative feels less convenient lol, extra function call? This looks good for now.