Skip to content

Commit

Permalink
fix provider
Browse files Browse the repository at this point in the history
  • Loading branch information
xgarrido committed Dec 11, 2023
1 parent abb7e5f commit f12a4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spt_hiell_2020/spt_hiell.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ def get_requirements(self):
return requirements

def logp(self, **params_values):
dl = self.theory.get_Cl(units="muK2", ell_factor=True)["tt"]
dl = self.provider.get_Cl(units="muK2", ell_factor=True)["tt"]
return self.loglike(dl, **params_values)


Expand Down

0 comments on commit f12a4da

Please sign in to comment.