Skip to content

Commit 27ed937

Browse files
committed
fix import
1 parent 84613ef commit 27ed937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygsp/tests/test_graphs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ def test_grid2d_diagonals(self):
715715
def test_learn_graph(self):
716716
from pygsp.graphs import LearnedFromSmoothSignals
717717
from pygsp.utils import distanz
718-
from pygsp.graphs.learngraph import gsp_compute_graph_learning_theta
718+
from pygsp.graphs.learned import gsp_compute_graph_learning_theta
719719

720720
# Create a bunch of signals
721721
n=100

0 commit comments

Comments
 (0)