Skip to content

Commit

Permalink
Increase tolerance on flaky test.
Browse files Browse the repository at this point in the history
  • Loading branch information
fjclark committed Sep 24, 2024
1 parent c33f239 commit e01a0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion red/tests/test_ess.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def test_get_ess_series_window(example_timeseries):
ess_series, _ = get_ess_series_window(data)
# However, window method misses a lot of auto-correlation, so ess estimate
# is larger.
assert ess_series[0] == pytest.approx(54.357400316107, abs=0.5)
assert ess_series[0] == pytest.approx(54.357400316107, abs=0.8)


def test_statistical_inefficiency_inter_variance(gaussian_noise, example_timeseries):
Expand Down

0 comments on commit e01a0b8

Please sign in to comment.