Skip to content

Commit 4503932

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

parcels/field.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1349,7 +1349,6 @@ def unravel_index(self, ei):
13491349
xi : int
13501350
The z index.
13511351
"""
1352-
13531352
_ei = ei[self.igrid]
13541353
zi = _ei // (self.grid.xdim * self.grid.ydim)
13551354
_ei = _ei % (self.grid.xdim * self.grid.ydim)

0 commit comments

Comments
 (0)