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

Thrown an exception when Santiago Metro data files are not found #32

Closed aweinstein closed 2 months ago

aweinstein commented 2 months ago

In the example function make_metro_graph :

https://github.com/gsp-eeg/pygsp2/blob/85ee8999c2e2fa7ad264ff6f07702e5419b8e1d0/examples/utils.py#L23

thrown an exception if files santiago_metro_stations_coords.geojson or santiago_metro_stations_connections.txt are not found.

lcortesg commented 2 months ago

Issue is solved in this branch