Skip to content

Commit 59c14bf

Browse files
authored
Release 0.25.0 (again) (#783)
* Add changelog entry for 0.25.0 * Fix tests
1 parent 156fb44 commit 59c14bf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

openmmtools/tests/test_integrators_and_testsystems.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,4 @@ def all_subclasses(cls):
114114
f.description = "Checking combination of {} and {}".format(
115115
integrator_name, testsystem_name
116116
)
117-
yield f
117+
check_combination(integrator, testsystem, platform)

openmmtools/tests/test_mixing.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ def test_even_mixing(verbose=True):
9090
print("Detected a significant difference between expected even mixing\n")
9191
print("and observed mixing, p=%f" % p_val)
9292
raise Exception("Replica %d failed the even mixing test" % replica)
93-
return 0
9493

9594

9695
if __name__ == "__main__":

0 commit comments

Comments
 (0)