Skip to content

Commit 524c60f

Browse files
committed
fix (matlab) GSP url
1 parent 38aebd0 commit 524c60f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The documentation is available on
3939
`Read the Docs <https://pygsp.readthedocs.io>`_
4040
and development takes place on
4141
`GitHub <https://github.com/epfl-lts2/pygsp>`_.
42-
(A `Matlab counterpart <https://lts2.epfl.ch/gsp>`_ exists.)
42+
(A `Matlab counterpart <https://epfl-lts2.github.io/gspbox-html>`_ exists.)
4343

4444
The PyGSP facilitates a wide variety of operations on graphs, like computing
4545
their Fourier basis, filtering or interpolating signals, plotting graphs,

pygsp/tests/test_graphs.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,8 @@ def test_nngraph(self):
186186
order=3 # for minkowski
187187

188188
for cur_backend in backends:
189-
for dist_type in dist_types:
189+
for dist_type in dist_types:
190+
print("backend={} dist={}".format(cur_backend, dist_type))
190191
if dist_type != 'minkowski':
191192
# curently radius only implemented with scipy kdtree
192193
if cur_backend == 'scipy-kdtree':

0 commit comments

Comments
 (0)