We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In halos/mass.py all of the partial functions do not have a __name__ attribute and therefore cannot be run in pipelines. This is raised as an error when building one of the examples in the documentation: https://readthedocs.org/projects/skypy/builds/19303339/
partial
__name__
The name attribute should be set manually for each of these partial functions. See e.g. here:
skypy/skypy/power_spectrum/_halofit.py
Line 208 in 969cb15
The text was updated successfully, but these errors were encountered:
rrjbca
No branches or pull requests
In halos/mass.py all of the
partial
functions do not have a__name__
attribute and therefore cannot be run in pipelines. This is raised as an error when building one of the examples in the documentation: https://readthedocs.org/projects/skypy/builds/19303339/The name attribute should be set manually for each of these partial functions. See e.g. here:
skypy/skypy/power_spectrum/_halofit.py
Line 208 in 969cb15
The text was updated successfully, but these errors were encountered: