Skip to content

Commit

Permalink
Increase test tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
camposandro committed Jul 15, 2024
1 parent 99c3c13 commit aa1d058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/corrgi/test_pcf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def test_pcf_natural_estimate_is_correct(
estimate = compute_autocorrelation(
data_catalog, rand_catalog, ProjectedCorrelation, params=pcf_params
)
npt.assert_allclose(estimate, pcf_nat_estimate, rtol=2e-7)
npt.assert_allclose(estimate, pcf_nat_estimate, rtol=1e-3)


def test_pcf_counts_with_weights_are_correct(
Expand Down

0 comments on commit aa1d058

Please sign in to comment.