Closed aweinstein closed 5 months ago
Data files should not be in the repo, but we need them to compile the docs and, possibly, to run the tests.
For this reason, we need to automatically download the data when it is not present in the local machine.
Already solved and merged on main branch in PR #25. The method created was fetch_data, check in https://github.com/gsp-eeg/pygsp2/blob/de96b277bf989d4859e2cb7910246dc728fac17e/pygsp2/utils_examples.py#L200
Data files should not be in the repo, but we need them to compile the docs and, possibly, to run the tests.
For this reason, we need to automatically download the data when it is not present in the local machine.