-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Labels
bugSomething isn't workingSomething isn't workinghigh priorityissues needing immediate attentionissues needing immediate attentionmodule: halos
Description
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
halofit_smith.__name__ = "halofit_smith" |
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghigh priorityissues needing immediate attentionissues needing immediate attentionmodule: halos