We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f5389f + 1abed43 commit 34003c7Copy full SHA for 34003c7
openmmtools/tests/test_sampling.py
@@ -316,6 +316,7 @@ def test_with_unsampled_states(self):
316
# on windows we get a ZeroDivisionError: float division by zero
317
# when measuring the timing data
318
@pytest.mark.skipif(sys.platform.startswith("win"), reason="Test fails on windows")
319
+ @pytest.mark.flaky(reruns=3)
320
def test_without_unsampled_states(self):
321
"""Test multistate sampler on a harmonic oscillator without unsampled endstates"""
322
self.run(include_unsampled_states=False)
0 commit comments