Skip to content

Commit

Permalink
update reduction
Browse files Browse the repository at this point in the history
  • Loading branch information
nperraud committed Dec 17, 2020
1 parent ea6fd19 commit eb97ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygsp/reduction.py
Expand Up @@ -56,7 +56,7 @@ def graph_sparsify(M, epsilon, maxiter=10):
Examples
--------
>>> from pygsp import reduction
>>> G = graphs.Sensor(256, k=20, distributed=True)
>>> G = graphs.Sensor(256, k=20, distributed=True, seed=0)
>>> epsilon = 0.4
>>> G2 = reduction.graph_sparsify(G, epsilon)
Expand Down

0 comments on commit eb97ee2

Please sign in to comment.