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 Aug 2, 2022
1 parent 6d7cc74 commit 21dc2a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mbuild/tests/test_coordinate_transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ def test_bondgraph(self, ch3):
for edge0, edge1 in bgraph.edges():
assert bgraph.has_edge(edge0, edge1)
assert bgraph.has_edge(edge1, edge0)
neighbors = {"C":4, "H":1}
neighbors = {"C": 4, "H": 1}
for node in bgraph.nodes():
x = map(lambda node: node.name, bgraph._adj[node])
assert neighbors[node.name] == len(list(x))

0 comments on commit 21dc2a4

Please sign in to comment.