Skip to content

Commit 5d2ef42

Browse files
committed
delete blanck lines
1 parent 38558d2 commit 5d2ef42

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/py_eddy_tracker/generic.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ def reverse_index(index, nb):
5757
:return: mask of value selected
5858
:rtype: array
5959
"""
60-
6160
m = ones(nb, dtype=numba_types.bool_)
6261
for i in index:
6362
m[i] = False
@@ -71,7 +70,6 @@ def build_index(groups):
7170
:param array groups: array that contains groups to be separated
7271
:return: (first_index of each group, last_index of each group, value to shift groups)
7372
:rtype: (array, array, int)
74-
7573
Examples
7674
--------
7775
>>> build_index(array((1, 1, 3, 4, 4)))

0 commit comments

Comments
 (0)