Skip to content

Commit

Permalink
enable mixed solvent test for GROMACS 2018
Browse files Browse the repository at this point in the history
  • Loading branch information
orbeckst committed Jul 22, 2021
1 parent d276d56 commit 97361de
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions mdpow/tests/test_solvation.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,8 @@ def test_solvation_cyclohexane(setup):

@pytest.mark.xfail(gromacs.release.startswith('4')
or gromacs.release.startswith('5')
or gromacs.release.startswith('2016')
or gromacs.release.startswith('2018'),
reason="GROMACS < 2019 cannot easily work with mixed solvents "
or gromacs.release.startswith('2016'),
reason="GROMACS < 2018 cannot easily work with mixed solvents "
"(see issue #111)")
@pytest.mark.parametrize("ff", ['OPLS-AA', 'CHARMM', 'AMBER'])
def test_solvation_wetoctanol(setup, ff):
Expand Down

0 comments on commit 97361de

Please sign in to comment.