Skip to content

Commit

Permalink
Small bugs fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
dprada committed Jul 9, 2024
1 parent 8121025 commit 73fb5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/native/test_pdb_file_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def path(package, file):
parent = PurePath(__file__).parent
def path(package, file):
data_dir = package.split('.')[-1]
return parent.joinpath('data/'+data_dir+'/'+file).__str__()
return parent.joinpath('../../molsysmt/data/'+data_dir+'/'+file).__str__()

systems = {}

Expand Down

0 comments on commit 73fb5ae

Please sign in to comment.