Skip to content

Commit 0664be2

Browse files
committed
Docstring style fix
1 parent 35225cb commit 0664be2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pysteps/optflow/lucaskanade.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -330,18 +330,18 @@ def declustering(x, y, u, v, decl_grid, min_nr_samples):
330330
Parameters
331331
----------
332332
x : array_like
333-
x-coordinates of the origins of the velocity vectors
333+
X-coordinates of the origins of the velocity vectors.
334334
y : array_like
335-
y-coordinates of the origins of the velocity vectors
335+
Y-coordinates of the origins of the velocity vectors.
336336
u : array_like
337-
x-components of the velocities
337+
X-components of the velocities.
338338
v : array_like
339-
y-components of the velocities
339+
Y-components of the velocities.
340340
decl_grid : int
341-
size of the declustering grid [px]
341+
Size of the declustering grid [px].
342342
min_nr_samples : int
343-
the minimum number of samples for computing the median within given
344-
declustering cell
343+
The minimum number of samples for computing the median within given
344+
declustering cell.
345345
346346
Returns
347347
-------

0 commit comments

Comments
 (0)