Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 31, 2023
1 parent 9407eba commit 39f5a3e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions echoregions/regions2d/regions2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -456,10 +456,9 @@ def mask(
)

# Create mask
r = regionmask.Regions(outlines=regions_np,
names=filtered_region_id,
name=mask_name,
overlap=True)
r = regionmask.Regions(
outlines=regions_np, names=filtered_region_id, name=mask_name, overlap=True
)
mask_da = r.mask_3D(
da_Sv["unix_time"],
da_Sv["depth"],
Expand Down

0 comments on commit 39f5a3e

Please sign in to comment.