Skip to content

Commit

Permalink
Merge branch 'main' into openmm-8-2-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
VGPReys authored Dec 16, 2024
2 parents 0bf6d8e + 7b2dc54 commit 774da56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integration_tests/test_mdscoring.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,5 @@ def test_mdscoring_default(mdscoring_module, calc_fnat):
assert expected_interface_csv.exists(), f"{expected_interface_csv} does not exist"
df_perint = pd.read_csv(expected_interface_csv, sep="\t", comment="#")
# check that the score is equal to the global score (it's a dimer!)
assert df_perint["score"].tolist() == df["score"].tolist()
for perint, sc in zip(df_perint["score"].tolist(), df["score"].tolist()):
assert perint == pytest.approx(sc, abs=0.01)

0 comments on commit 774da56

Please sign in to comment.