Skip to content

Commit

Permalink
Merge branch 'mesh-to-mesh' of github.com:HGWright/iris-esmf-regrid i…
Browse files Browse the repository at this point in the history
…nto mesh-to-mesh

* 'mesh-to-mesh' of github.com:HGWright/iris-esmf-regrid:
  [pre-commit.ci] auto fixes from pre-commit.com hooks
adding precommit changes
  • Loading branch information
HGWright committed Oct 12, 2023
2 parents b2297ae + 309a329 commit 7124493
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 7124493

Please sign in to comment.