MIPLabCH / nigsp

NiGSP: a module for graph signal processing on neuroimaging data
https://nigsp.readthedocs.io/en/latest/
Apache License 2.0
18 stars 12 forks source link

Replace fetch_file with a proper 'dataset' module using pooch #90

Open mscheltienne opened 7 months ago

mscheltienne commented 7 months ago

tests use datasets downloaded through a custom fetch_file function using urllib. pooch should be used instead, and can be integrated as a separate dataset module to allow:

Example in MNE-Python, or simpler version in MNE-LSL: https://github.com/mne-tools/mne-lsl/tree/main/mne_lsl/datasets

smoia commented 7 months ago

Sure, go for it!