Skip to content

Commit

Permalink
tests updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sibirrer committed Aug 7, 2024
1 parent 252f5c8 commit bbaace3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_Likelihood/test_hierarchy_likelihood.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def test_lens_log_likelihood(self):
kwargs_kin=kwargs_kin,
kwargs_los=kwargs_los,
)
assert ln_likelihood_zero == -np.inf
assert np.nan_to_num(ln_likelihood_zero) <= -10 ** 300

ln_likelihood_kappa_ext = self.likelihood_kappa_ext.lens_log_likelihood(
self.cosmo,
Expand Down

0 comments on commit bbaace3

Please sign in to comment.