gsp-eeg / PyGSP2

Graph Signal Processing 2 in Python
https://pygsp2.readthedocs.io/en/latest
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Fetch data files automatically #37

Closed aweinstein closed 2 months ago

aweinstein commented 2 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.

cjotade commented 2 months ago

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