Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer authored Aug 14, 2024
1 parent fa545c5 commit 2f000ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xugrid/ugrid/partitioning.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,6 @@ def merge_partitions(partitions, merge_ugrid_chunks: bool = True):
if da.chunks and merge_ugrid_chunks:
# access _variables to avoid automatic (time consuming) alignment
merged._variables[varname] = _single_ugrid_chunk(da, ugrid_dims)

return UgridDataset(merged, merged_grids)


Expand Down

0 comments on commit 2f000ef

Please sign in to comment.