Skip to content

Commit

Permalink
Remove flaky test for paired t-test detection
Browse files Browse the repository at this point in the history
  • Loading branch information
fjclark committed Jan 22, 2024
1 parent 5358521 commit 5b877d3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions deea/tests/test_equilibration.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,6 @@ def test_detect_equilibration_paired_t(gaussian_noise, example_timeseries):
"""
Test equilibration detection based on the paired t-test.
"""
# Compute the equilibration index.
idx = detect_equilibration_paired_t_test(gaussian_noise)
assert idx == 0

# Check that it fails for a single run.
with pytest.raises(InvalidInputError):
detect_equilibration_paired_t_test(gaussian_noise[0])
Expand Down

0 comments on commit 5b877d3

Please sign in to comment.