Skip to content

Commit

Permalink
missed a yield test
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemhenry committed Aug 23, 2024
1 parent 978ff9f commit 00a9044
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions openmmtools/tests/test_integrators_and_testsystems.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

import re
import inspect
from functools import partial

try:
import openmm
Expand Down Expand Up @@ -110,8 +109,4 @@ def all_subclasses(cls):
# because it is being initialized without a system. That's OK.

# Create test.
f = partial(check_combination, integrator, testsystem, platform)
f.description = "Checking combination of {} and {}".format(
integrator_name, testsystem_name
)
yield f
check_combination(integrator, testsystem, platform)

0 comments on commit 00a9044

Please sign in to comment.