Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 22, 2024
1 parent 1b83345 commit 1929fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmeutils/tests/test_gsd.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def test_identify_connection_no_connections(self):
def test_identify_connections_pekk_cg(self, pekk_cg_gsd):
with gsd.hoomd.open(pekk_cg_gsd) as traj:
snap = traj[0]
assert snap.angles.types == []
assert snap.angles.types == []
snap_with_connections = identify_snapshot_connections(snap)
assert "K-E-K" in snap_with_connections.angles.types
assert "E-K-K" in snap_with_connections.angles.types
Expand Down

0 comments on commit 1929fd5

Please sign in to comment.