Skip to content

Commit

Permalink
Removing print
Browse files Browse the repository at this point in the history
  • Loading branch information
ljwoods2 committed Feb 2, 2024
1 parent 35380e8 commit 1e8d2eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion testsuite/MDAnalysisTests/coordinates/test_chainreader.py
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,6 @@ def test_issue_3349():
cdx = cdx.reshape(-1, 3341, 3).astype(np.float32) * 10
u = mda.Universe(PSF, (cdx, DCD))
u2 = mda.Universe(PSF, (cdx, cdx, cdx, DCD))
print(u.trajectory.filenames)
u_expected_filenames = np.array([None, str(DCD)])
u2_expected_filenames = np.array([None, None, None, str(DCD)])

Expand Down

0 comments on commit 1e8d2eb

Please sign in to comment.