Skip to content

Commit

Permalink
TST: Run black on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
keileg committed Jul 1, 2022
1 parent 1368f4b commit 5f9f575
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/integration/test_mpfaMultiDim.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 5f9f575

Please sign in to comment.