Filippo Maria Bianchi
Results
1
issues of
Filippo Maria Bianchi
In [randomregular.py](https://github.com/epfl-lts2/pygsp/blob/master/pygsp/graphs/randomregular.py) changed ```python # a list of open half-edges U = np.kron(np.ones(k), np.arange(N)) ``` into ```python # a list of open half-edges U = np.kron(np.ones(k), np.arange(N)).astype(int) ```