Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug in mask polygon #220

Merged
merged 1 commit into from
Feb 2, 2024
Merged

Bug in mask polygon #220

merged 1 commit into from
Feb 2, 2024

Conversation

SerRichard
Copy link
Collaborator

Culprit line in mask polygon is indexing the y_dim and x_dim values, they're strings so this will fail if you the dimensions are named latitude or longitude. 😄

@ValentinaHutter
Copy link
Collaborator

lgtm!

Copy link

codecov bot commented Feb 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ca3226a) 81.08% compared to head (e16602a) 81.08%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #220   +/-   ##
=======================================
  Coverage   81.08%   81.08%           
=======================================
  Files          29       29           
  Lines        1565     1565           
=======================================
  Hits         1269     1269           
  Misses        296      296           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@SerRichard SerRichard merged commit 75472ea into main Feb 2, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants