Skip to content

Conversation

peastman
Copy link
Contributor

@peastman peastman commented Oct 4, 2021

I copied the implementations of the forces from ForceField and verified that the test cases pass.

@@ -1713,12 +1713,12 @@ class TestAmoebaParm(TestCaseRelative):
def test_amoeba_forces(self):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you remove the @pytest.mark.xfail line above the TestAmoebaParm class? That line makes failed tests in this test class non-fatal (in the test report, it marks tests that fail with an x but still reports a successful run, or with a capital X if the test actually passed).

https://docs.pytest.org/en/latest/how-to/skipping.html#xfail-mark-test-functions-as-expected-to-fail

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, done.

@swails
Copy link
Contributor

swails commented Oct 5, 2021

Thanks!

@swails swails merged commit cd763f2 into ParmEd:master Oct 5, 2021
@peastman peastman deleted the amoeba branch October 5, 2021 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants