Skip to content

Commit

Permalink
add debug printing
Browse files Browse the repository at this point in the history
  • Loading branch information
hmacdope committed Jan 2, 2025
1 parent 0a60016 commit 730cee9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions testsuite/MDAnalysisTests/lib/test_distances.py
Original file line number Diff line number Diff line change
Expand Up @@ -571,10 +571,6 @@ def test_outarray(self, DCD_Universe, backend):
natoms = len(U.atoms)
d = np.zeros((natoms, natoms), np.float64)
distances.distance_array(x0, x1, result=d, backend=backend)
# START: DEBUG printing --- remove
print("AFTER")
print(d)
# END: DEBUG printing --- remove
assert_equal(
d.shape,
(natoms, natoms),
Expand Down

0 comments on commit 730cee9

Please sign in to comment.