Skip to content

Commit 77f17c0

Browse files
committed
Fix atomicdistances result usage for checking purposes
1 parent fbafeb0 commit 77f17c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testsuite/MDAnalysisTests/coordinates/test_trc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def test_trc_distances(self, TRC_U):
227227
dist_B = (
228228
atomicdistances.AtomicDistances(ag1, ag2, pbc=True)
229229
.run()
230-
.results[0]
230+
.results.distances[0]
231231
)
232232

233233
assert_allclose(

0 commit comments

Comments
 (0)