Skip to content

Commit 34003c7

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/feat/add-hip-platform' into feat/add-hip-platform
2 parents 8f5389f + 1abed43 commit 34003c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openmmtools/tests/test_sampling.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,7 @@ def test_with_unsampled_states(self):
316316
# on windows we get a ZeroDivisionError: float division by zero
317317
# when measuring the timing data
318318
@pytest.mark.skipif(sys.platform.startswith("win"), reason="Test fails on windows")
319+
@pytest.mark.flaky(reruns=3)
319320
def test_without_unsampled_states(self):
320321
"""Test multistate sampler on a harmonic oscillator without unsampled endstates"""
321322
self.run(include_unsampled_states=False)

0 commit comments

Comments
 (0)