Skip to content

Commit

Permalink
Remove trainling white spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
bdestombe committed Dec 22, 2024
1 parent 2fe8ab8 commit 7585fb2
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions nlmod/dims/grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -1612,12 +1612,12 @@ def aggregate_vector_per_cell(gdf, fields_methods, modelgrid=None):


def gdf_to_bool_da(
gdf,
ds,
ix=None,
buffer=0.0,
contains_centroid=False,
min_area_fraction=None,
gdf,
ds,
ix=None,
buffer=0.0,
contains_centroid=False,
min_area_fraction=None,
**kwargs
):
"""Return True if grid cell is partly in polygons, False otherwise.
Expand Down Expand Up @@ -1698,14 +1698,14 @@ def gdf_to_bool_da(


def gdf_to_bool_ds(
gdf,
ds,
da_name,
keep_coords=None,
ix=None,
buffer=0.0,
contains_centroid=False,
min_area_fraction=None,
gdf,
ds,
da_name,
keep_coords=None,
ix=None,
buffer=0.0,
contains_centroid=False,
min_area_fraction=None,
**kwargs
):
"""Return True if grid cell is partly in polygons, False otherwise.
Expand Down

0 comments on commit 7585fb2

Please sign in to comment.