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

fix small bug if n_eigenvector is set #29

Closed nperraud closed 6 years ago

nperraud commented 6 years ago

If only a few eigenvectors are computed, then G._lmax should not be set.

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-0.1%) to 82.265% when pulling 579994a8be2eed33b205b53896037bf32372020f on fix-test-fourier into c332057b8bcbc150549412034cd7171427246bee on master.

mdeff commented 6 years ago

Good catch! Thanks @nperraud