Skip to content

Commit

Permalink
Debugging (test)
Browse files Browse the repository at this point in the history
  • Loading branch information
rashatwi committed Mar 4, 2024
1 parent 707de8d commit 33ce7e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/dynamical/test_diffusion.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ def test_get_msd_from_dump(
)

msd = pd.read_csv(str(self.test_dir / msd_file))
print(msd)
pd.testing.assert_frame_equal(msd_test, msd)

msd_all = pd.read_csv(str(self.test_dir / all_com_file))
Expand Down

0 comments on commit 33ce7e9

Please sign in to comment.