Skip to content

Commit

Permalink
lower requirement for quantiles integration
Browse files Browse the repository at this point in the history
  • Loading branch information
m-aguena committed Sep 26, 2024
1 parent 72584ec commit 78d049a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_galaxycluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ def test_integrity_of_probfuncs():
1 + cluster.galcat["z"][:, None]
)
cluster.compute_background_probability(use_pdz=True, p_background_name="p_bkg_pz")
assert_allclose(cluster.galcat["p_bkg_pz"], expected, rtol=1e-3)
assert_allclose(cluster.galcat["p_bkg_pz"], expected, rtol=5e-3)


def test_integrity_of_weightfuncs():
Expand Down

0 comments on commit 78d049a

Please sign in to comment.