Skip to content

Commit b0c7ace

Browse files
committed
Linting
1 parent 28bdafd commit b0c7ace

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

pysurfex/interpolation.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,8 +326,12 @@ def gridpos2points(
326326
)
327327

328328

329-
def grid2points(grid, points, grid_values, operator="bilinear", elev_gradient=None,
330-
max_distance=25000.0):
329+
def grid2points(grid, points,
330+
grid_values,
331+
operator="bilinear",
332+
elev_gradient=None,
333+
max_distance=25000.0
334+
):
331335
"""Convert a grid to points.
332336
333337
Args:

0 commit comments

Comments
 (0)