Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
nperraud committed Nov 15, 2019
1 parent 84613ef commit 27ed937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygsp/tests/test_graphs.py
Expand Up @@ -715,7 +715,7 @@ def test_grid2d_diagonals(self):
def test_learn_graph(self):
from pygsp.graphs import LearnedFromSmoothSignals
from pygsp.utils import distanz
from pygsp.graphs.learngraph import gsp_compute_graph_learning_theta
from pygsp.graphs.learned import gsp_compute_graph_learning_theta

# Create a bunch of signals
n=100
Expand Down

0 comments on commit 27ed937

Please sign in to comment.