Guilherme Boaviagem Ribeiro

Results 1 issues of Guilherme Boaviagem Ribeiro

Hi everyone. I just found myself having trouble with the `pygsp.reduction.interpolate` function, and the reason was in line 173 of the `reduction.py` file: ```python K_reg = getattr(G.mr, 'K_reg', kron_reduction(L_reg, keep_inds))...