Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sibirrer committed May 29, 2024
1 parent dc5de27 commit 905f027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_Likelihood/test_cosmo_likelihood.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def test_log_likelihood(self):
cosmo_fixed=None,
)

def custom_prior(kwargs_cosmo, kwargs_lens, kwargs_kin, kwargs_source):
def custom_prior(kwargs_cosmo, kwargs_lens, kwargs_kin, kwargs_source, kwargs_los):
return -1

cosmoL_prior = CosmoLikelihood(
Expand Down

0 comments on commit 905f027

Please sign in to comment.