From f979bf1b7427b5913991be9f337ee4d42c89a836 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 23:37:36 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- mbuild/tests/test_compound.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/mbuild/tests/test_compound.py b/mbuild/tests/test_compound.py index 53730adee..f92976c30 100644 --- a/mbuild/tests/test_compound.py +++ b/mbuild/tests/test_compound.py @@ -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):