Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/jsonpickle-3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mgiulini authored May 7, 2024
2 parents 8b2c5ad + 748760c commit 4e82dbf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/test_pdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def test_validate_api_hit_check_pdb(pdb_hit_no_resolution):
def test_get_best_pdb(example_interfaces):
"""Test get_best_pdb."""
pdb, cif, filtered_interfaces = get_best_pdb("P20023", example_interfaces)
exp_pdb = Path("P20023-1ghq-C.pdb")
exp_pdb = Path("P20023-1ghq-B.pdb")
exp_cif = Path("1ghq_updated.cif")
exp_interfaces = {"P01024": [103, 104, 105]}
assert pdb == exp_pdb
Expand Down

0 comments on commit 4e82dbf

Please sign in to comment.