Skip to content

Commit f69c694

Browse files
committed
Merge branch 'nn_refactor' of https://github.com/naspert/pygsp into naspert-nn_refactor
2 parents 4f9f897 + a562896 commit f69c694

File tree

5 files changed

+341
-95
lines changed

5 files changed

+341
-95
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ matrix:
1616
dist: trusty # "cannot import name QtOpenGL" with xenial
1717
cache: pip # avoid PySide wheel build
1818

19+
addons:
20+
apt:
21+
packages:
22+
- libflann-dev
23+
1924
install:
2025
- pip install -U --upgrade-strategy eager .[alldeps,test,doc]
2126
# Update dependencies (e.g. numpy formatting changed in v1.14).

README.rst

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

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

0 commit comments

Comments
 (0)