We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84613ef commit 27ed937Copy full SHA for 27ed937
pygsp/tests/test_graphs.py
@@ -715,7 +715,7 @@ def test_grid2d_diagonals(self):
715
def test_learn_graph(self):
716
from pygsp.graphs import LearnedFromSmoothSignals
717
from pygsp.utils import distanz
718
- from pygsp.graphs.learngraph import gsp_compute_graph_learning_theta
+ from pygsp.graphs.learned import gsp_compute_graph_learning_theta
719
720
# Create a bunch of signals
721
n=100
0 commit comments