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 Nov 22, 2024
1 parent 77eb88e commit f979bf1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions mbuild/tests/test_compound.py
Original file line number Diff line number Diff line change
Expand Up @@ -1036,9 +1036,7 @@ def test_flatten_box_of_eth(self, ethane):

def test_flatten_then_fill_box(self, benzene):
benzene.flatten(inplace=True)
benzene_box = mb.packing.fill_box(
compound=benzene, n_compounds=2, density=0.3
)
benzene_box = mb.packing.fill_box(compound=benzene, n_compounds=2, density=0.3)
assert next(iter(benzene_box.particles())).root.bond_graph

def test_flatten_with_port(self, ethane):
Expand Down

0 comments on commit f979bf1

Please sign in to comment.