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 Jul 27, 2022
1 parent d961ab1 commit 36f30a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gmso/tests/test_gsd.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def test_write_gsd_untyped(self):
assert all([i in snap.bonds.types for i in ["C-C", "C-H"]])
assert all([i in snap.angles.types for i in ["C-C-C", "C-C-H"]])
assert all(
[i in snap.dihedrals.types for i in ["C-C-C-C", "C-C-C-H"]]
[i in snap.dihedrals.types for i in ["C-C-C-C", "C-C-C-H"]]
)

def test_write_gsd(self, hierarchical_compound):
Expand Down

0 comments on commit 36f30a4

Please sign in to comment.