Skip to content

Commit

Permalink
Fix 2 more tests that fail sometimes in CI (#751)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemhenry authored Nov 13, 2024
1 parent 9334bc9 commit 8352b38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openmmtools/tests/test_sampling.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ def test_with_unsampled_states(self):
# on windows we get a ZeroDivisionError: float division by zero
# when measuring the timing data
@pytest.mark.skipif(sys.platform.startswith("win"), reason="Test fails on windows")
@pytest.mark.flaky(reruns=3)
def test_without_unsampled_states(self):
"""Test multistate sampler on a harmonic oscillator without unsampled endstates"""
self.run(include_unsampled_states=False)
Expand Down

0 comments on commit 8352b38

Please sign in to comment.