Skip to content

Commit

Permalink
fix missing paths in test
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmkrieger committed Nov 5, 2023
1 parent 461418f commit 7550db9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prody/tests/proteins/test_pdbfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,8 @@ def setUp(self):
self.h36_ter = parsePDB(DATA_FILES['h36_ter']['path'])

self.altlocs = DATA_FILES['6flr']
self.altloc_full = parsePDB(self.altlocs, altloc=None)
self.altloc_sel = parsePDB(DATA_FILES['6flr_sel'])
self.altloc_full = parsePDB(self.altlocs['path'], altloc=None)
self.altloc_sel = parsePDB(DATA_FILES['6flr_sel']['path'])

msg = 'user does not have write access to temp dir {0:s}'.format(TEMPDIR)

Expand Down

0 comments on commit 7550db9

Please sign in to comment.