Skip to content

Commit

Permalink
Improve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
marcpaterno committed Jan 21, 2025
1 parent b298057 commit 7959b80
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions firecrown/connector/cobaya/likelihood.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ def get_requirements(
self.tools.ccl_factory.amplitude_parameter
== PoweSpecAmplitudeParameter.SIGMA8
):
# Tell Cobaya we want it to calculate sigma8, and that we do not
# provide the way to do that; something else must know how to do
# so, or an error will result.
likelihood_requires["sigma8"] = None

for param_name in required_params.get_params_names():
Expand Down

0 comments on commit 7959b80

Please sign in to comment.