Skip to content

Commit

Permalink
fix for adding CAMB derived parameters in post
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbant committed Oct 8, 2021
1 parent d8f5566 commit 57a21cf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cobaya/theories/camb/camb.py
Original file line number Diff line number Diff line change
Expand Up @@ -517,8 +517,6 @@ def calculate(self, state, want_derived=True, **params_values_dict):
args.update(self.nonlin_args)
results.Params.NonLinearModel.set_params(**args)
results.power_spectra_from_transfer()
else:
results = None
for product, collector in self.collectors.items():
if collector:
state[product] = \
Expand Down

0 comments on commit 57a21cf

Please sign in to comment.