Skip to content

Commit

Permalink
debugging test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Li committed Jun 13, 2024
1 parent 623343a commit 9abe82d
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 3 additions & 2 deletions autosolvate/tests/test_multicomponent.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,9 @@ def test_mixture_builder():
for res in ("naphthalene_neutral", "acetonitrile", "water"):
path_exist *= os.path.exists(f"{res}.pdb")
path_exist *= os.path.exists(f"{res}.lib")
path_exist *= os.path.exists(f"{res}.frcmod")
path_exist *= os.path.exists(f"{res}.frcmod")
print('DEBUG', res)
assert path_exist

assert path_exist
assert hp.compare_pdb("MYBOX.pdb", hp.get_reference_dir(f"multicomponent/MYBOX.pdb"))
assert hp.compare_inpcrd_prmtop("MYBOX", hp.get_reference_dir(f"multicomponent/MYBOX"))

0 comments on commit 9abe82d

Please sign in to comment.