-
Notifications
You must be signed in to change notification settings - Fork 17
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
Fix unmasked connectivity bug #385
Conversation
for more information, see https://pre-commit.ci
* origin/unmasked_conn: [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #385 +/- ##
==========================================
- Coverage 98.92% 98.58% -0.35%
==========================================
Files 37 37
Lines 4196 4230 +34
==========================================
+ Hits 4151 4170 +19
- Misses 45 60 +15 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this all looks fine.
Tiny suggestion for the implementation.
Co-authored-by: Patrick Peglar <[email protected]>
All good. |
* main: Fix unmasked connectivity bug (SciTools#385) # Conflicts: # esmf_regrid/schemes.py
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #385 +/- ##
==========================================
- Coverage 98.92% 98.58% -0.35%
==========================================
Files 37 37
Lines 4196 4230 +34
==========================================
+ Hits 4151 4170 +19
- Misses 45 60 +15 ☔ View full report in Codecov by Sentry. |
Closes #329.