-
Notifications
You must be signed in to change notification settings - Fork 258
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
ENH: CoordinateImage API #1090
base: master
Are you sure you want to change the base?
ENH: CoordinateImage API #1090
Conversation
Hello @effigies, Thank you for updating!
To test for issues locally, Comment last updated at 2022-08-31 00:48:00 UTC |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #1090 +/- ##
==========================================
- Coverage 92.19% 91.36% -0.83%
==========================================
Files 99 101 +2
Lines 12458 12734 +276
Branches 2560 2621 +61
==========================================
+ Hits 11486 11635 +149
- Misses 648 762 +114
- Partials 324 337 +13
☔ View full report in Codecov by Sentry. |
ef81d35
to
23e34f9
Compare
23e34f9
to
e58b337
Compare
e58b337
to
6eb8a1a
Compare
6eb8a1a
to
b92d5f7
Compare
b92d5f7
to
42e712e
Compare
e8f9280
to
82eb277
Compare
862a0c4
to
f0c6a6b
Compare
…are shared after with_name()
…ular_mesh' into biap9-rebase
f0c6a6b
to
6c2407d
Compare
Along with #1084, replaces #1056.
Starting with some basic implementations in test directory. Next step is to write some API unit tests to clarify expected behavior and code some specific implementations toward those tests.
Will close #1056 once I've taken all comments into account.