Skip to content

Commit

Permalink
fix Trajectory test
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmkrieger committed Dec 18, 2024
1 parent de16fd6 commit ac4023b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prody/tests/proteins/test_insty.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def setUp(self):
self.DISU_INTERACTIONS = parseDatafile('2k39_disu')

self.ATOMS_FIRST = parseDatafile('2k39_insty_first')
self.DCD = parseDatafile('2k39_insty_dcd')
self.DCD = Trajectory(pathDatafile('2k39_insty_dcd'))
self.DCD.link(self.ATOMS_FIRST)
self.DCD.setCoords(self.ATOMS_FIRST)

Expand Down

0 comments on commit ac4023b

Please sign in to comment.