Skip to content

Commit

Permalink
add temporary print
Browse files Browse the repository at this point in the history
  • Loading branch information
ctuguinay committed Oct 31, 2023
1 parent 39f5a3e commit b433279
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions echoregions/regions2d/regions2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,8 @@ def mask(
int
) # This maps False to 0 and True to 1

print(mask_da)

# Replace region coords with region_id coords
mask_da = mask_da.rename({"names": "region_id"})
mask_da = mask_da.swap_dims({"region": "region_id"})
Expand Down

0 comments on commit b433279

Please sign in to comment.