Skip to content

Commit

Permalink
Merge da359a4 into 84de9f3
Browse files Browse the repository at this point in the history
  • Loading branch information
Gallay Charles committed Aug 6, 2018
2 parents 84de9f3 + da359a4 commit 4e6e2c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygsp/filters/filter.py
Expand Up @@ -477,7 +477,7 @@ def compute_frame(self, **kwargs):
>>> s1 = s1.reshape(G.N, -1)
>>>
>>> s2 = f.filter(s)
>>> np.all((s1 - s2) < 1e-10)
>>> np.all(np.abs(s1 - s2) < 1e-10)
True
"""
Expand Down

0 comments on commit 4e6e2c2

Please sign in to comment.