bccp / nbodykit

Analysis kit for large-scale structure datasets, the massively parallel way
http://nbodykit.rtfd.io
GNU General Public License v3.0
111 stars 60 forks source link

Fixed bug in Gaussian filter in nbodykit/filters.py #613

Closed svonhausegger closed 4 years ago

svonhausegger commented 4 years ago

Fixed the return statement in line 58. Now the Gaussian filter is applied properly to the mesh v.

rainwoodman commented 4 years ago

Thanks.

The travis failure is unrelated. Merging.