From 5f9f5752b74f0528e82c2fac7359e180afdf0c70 Mon Sep 17 00:00:00 2001 From: Eirik Keilegavlen Date: Fri, 1 Jul 2022 11:29:51 +0200 Subject: [PATCH] TST: Run black on tests --- tests/integration/test_mpfaMultiDim.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/integration/test_mpfaMultiDim.py b/tests/integration/test_mpfaMultiDim.py index a47d499e1d..2977aec1d8 100644 --- a/tests/integration/test_mpfaMultiDim.py +++ b/tests/integration/test_mpfaMultiDim.py @@ -7,9 +7,7 @@ def setup_cart_2d(nx): - mdg, _ = pp.md_grids_2d.two_intersecting( - nx, [0.2, 0.8], [0.8, 0.2], simplex=False - ) + mdg, _ = pp.md_grids_2d.two_intersecting(nx, [0.2, 0.8], [0.8, 0.2], simplex=False) kw = "flow" aperture = 0.01 / np.max(nx) for sd, data in mdg.subdomains(return_data=True):