Skip to content

Commit

Permalink
debug test case running on remote directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Li committed Jun 18, 2024
1 parent ee58c03 commit cae4238
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions autosolvate/tests/test_multicomponent.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,10 @@ def test_mixture_builder():
path_exist *= os.path.exists(f"{res}.frcmod")

assert path_exist
#print if MYBOX.pdb exists in local directory
print('DEBUG PATH': os.getcwd())
print(os.path.exists("MYBOX.pdb"))
print(os.path.exists(hp.get_reference_dir(f"multicomponent/MYBOX.pdb")))

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

0 comments on commit cae4238

Please sign in to comment.