epfl-lts2 / pygsp

Graph Signal Processing in Python
https://pygsp.rtfd.io
BSD 3-Clause "New" or "Revised" License
488 stars 93 forks source link

Import issues after installation #102

Closed donwany closed 3 years ago

donwany commented 3 years ago

File "/usr/local/lib/python3.7/dist-packages/pygsp/graphs/community.py", line 93 info['comm_sizes'] = np.array(map(lambda (k, v): v, sorted(counts.items(), key=lambda (k, v): k))) ^ SyntaxError: invalid syntax

nperraud commented 3 years ago

We need a bit more information on how you go that error to help you.