Skip to content

Commit

Permalink
Fix tests. vacuum topologies expected.
Browse files Browse the repository at this point in the history
  • Loading branch information
ijpulidos committed Jul 27, 2023
1 parent f0b23bd commit 4a593be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion perses/tests/test_relative_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,10 +406,12 @@ def test_relative_setup_topologies_storage(tmp_path):
)

expected_files = [
'host-guest_vacuum_old.pdb',
'host-guest_vacuum_new.pdb',
'host-guest_solvent_old.pdb',
'host-guest_solvent_new.pdb',
'host-guest_complex_old.pdb',
'host-guest_complex_new.pdb'
'host-guest_complex_new.pdb',
]
for file in expected_files:
pdb_filename = f"{tmp_path}/models/{file}"
Expand Down

0 comments on commit 4a593be

Please sign in to comment.