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

Bug in filter.py #8

Closed dsacc closed 7 years ago

dsacc commented 7 years ago

In 'synthesis()' there's a call to 'operator.cheby_op':

s = s + operator.cheby_op(self.G,
cheb_coeffs[i], c[i * N + tmpN])

but the function it's been moved to fast_filtering.py

mdeff commented 7 years ago

That's right. Thanks for catching it! :)