Skip to content

Commit

Permalink
remove copied over stuff from another unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjonesBSU committed May 1, 2024
1 parent c3ba3cc commit 95b1fc3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions grits/tests/test_coarsegrain.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,6 @@ def test_stride(self, tmp_path):
conversion_dict=amber_dict,
mass_scale=12.011,
)
assert isinstance(system.mapping, dict)
assert len(system.mapping["_B...c1ccccc1"]) == 20

cg_gsd = tmp_path / "cg-benzene.gsd"
system.save(cg_gsdfile=cg_gsd, start=0, stop=-1, stride=2)
with gsd.hoomd.open(cg_gsd) as f:
Expand Down

0 comments on commit 95b1fc3

Please sign in to comment.