skypyproject / skypy

SkyPy: A package for modelling the Universe.
BSD 3-Clause "New" or "Revised" License
117 stars 38 forks source link

Fix astropy default_cosmology in power spectrum documentation plot #527

Closed rrjbca closed 2 years ago

rrjbca commented 2 years ago

Description

Update the plot in the power spectrum documentation to match the new function call API.

Note this still fails as there is an independent issue with the halofit functions; See readthedocs build error: AttributeError: 'functools.partial' object has no attribute '__name__'. #527 addresses this second issue, but this PR should be merged first.

Checklist