Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dsp_msd' into dsp_msd
Browse files Browse the repository at this point in the history
  • Loading branch information
sibirrer committed Aug 7, 2024
2 parents cbf807f + 8c7d314 commit 5c762b7
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 np.nan_to_num(ln_likelihood_zero) <= -10 ** 300
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 5c762b7

Please sign in to comment.