epfl-lts2 / pygsp

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

Try to get ride of filterbank_handler decorator #12

Closed lionel-martin closed 7 years ago

lionel-martin commented 7 years ago

Use map to compute for several filters at once instead of the actual implementation of filterbanks

mdeff commented 7 years ago

filters.evaluate should return map(self.g, x). Requires some testing though.

mdeff commented 7 years ago

Fixed by 81f2d861d86dfbd4d6e90426985abca497cb6840