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 Oct 11, 2023
1 parent ef28966 commit 309a329
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion esmf_regrid/schemes.py
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,9 @@ def _regrid_unstructured_to_unstructured__prepare(

mesh_dim = src_mesh_cube.mesh_dim()

src_meshinfo = _make_meshinfo(src_mesh_cube, method, src_location, src_mask, "source")
src_meshinfo = _make_meshinfo(
src_mesh_cube, method, src_location, src_mask, "source"
)
tgt_meshinfo = _make_meshinfo(
tgt_cube_or_mesh, method, tgt_mask, "target", location=tgt_location
)
Expand Down

0 comments on commit 309a329

Please sign in to comment.