-
Notifications
You must be signed in to change notification settings - Fork 16
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
Refactor and unify regridding schemes #198
Conversation
Codecov Report
@@ Coverage Diff @@
## main #198 +/- ##
==========================================
- Coverage 99.22% 98.73% -0.50%
==========================================
Files 28 30 +2
Lines 3102 3323 +221
==========================================
+ Hits 3078 3281 +203
- Misses 24 42 +18
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
ec709b7
to
99850f0
Compare
280d341
to
acc2497
Compare
ca75ceb
to
b29176e
Compare
a1aa30f
to
78dde81
Compare
More of this goodness please 🙏 |
for more information, see https://pre-commit.ci
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.
Thanks @stephenworsley, almost there now...
Co-authored-by: Martin Yeo <40734014+trexfeathers@users.noreply.github.com>
Let's do it 🚀 |
Refactor all regridder classes to inherit from a single class.