Closed aurelio-amerio closed 4 years ago
There was a mistake in the formula to compute pixel_num
. At each step nside (which is called resolution here) should be divided by 2. Using the previous formula would result in errors for depth>=3
Thanks!
The default n_neighbours
should be updated in the PyGSP. I should review and merge this branch...
Changed Nside -> nside, to match the function signature at pygsp. Furthermore, I've set n_neighbours=None, since the default option (50) would raise an error.