Skip to content

Commit bb1a047

Browse files
committed
Revert "Update parcels/grid.py"
This reverts commit ce11d4c.
1 parent 38fbbfc commit bb1a047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parcels/grid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def lat(self):
114114
def depth(self):
115115
return self._depth
116116

117-
def negate_depth(self) -> None:
117+
def negate_depth(self):
118118
"""Method to flip the sign of the depth dimension of a Grid.
119119
Note that this method does _not_ change the direction of the vertical velocity;
120120
for that users need to add a fieldset.W.set_scaling_factor(-1.0)

0 commit comments

Comments
 (0)