You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks! Did you find out where the source of that doc page is? If we can find it a fix should be easy (assuming the doc building infra still runs). If the doc building infra is already broken (GitHub disabled many of the old hooks and travis-ci is long gone), then we probably think a bit more on how to best effort the fix.
Describe the bug
I'm following the steps on
https://nbodykit.readthedocs.io/en/latest/
and at this line
result = FFTPower(mesh, Nmu=5)
I get the error
Looks like it needs a
mode
argument,result = FFTPower(mesh, '1d', Nmu=5)
The text was updated successfully, but these errors were encountered: