Skip to content

Commit fbc64cb

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 8fe61fe commit fbc64cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parcels/_core/uxgrid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,4 @@ def search(self, z, y, x, ei=None, tol=1e-6):
118118
coords[zero_indices, :] = coords_q
119119
fi[zero_indices] = face_ids_q
120120

121-
return {"Z": {"index":zi, "bcoord":zeta}, "FACE": {"index":fi, "bcoord":coords}}
121+
return {"Z": {"index": zi, "bcoord": zeta}, "FACE": {"index": fi, "bcoord": coords}}

0 commit comments

Comments
 (0)