diff --git a/esmf_regrid/schemes.py b/esmf_regrid/schemes.py index 85db37f4..24efcb43 100644 --- a/esmf_regrid/schemes.py +++ b/esmf_regrid/schemes.py @@ -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 )