-
Notifications
You must be signed in to change notification settings - Fork 13
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
Add VertexField
to support field data at vertices
#511
base: master
Are you sure you want to change the base?
Conversation
PR Analysis
PR Feedback
How to useInstructions
|
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #511 +/- ##
==========================================
- Coverage 93.49% 91.47% -2.03%
==========================================
Files 28 30 +2
Lines 3027 3154 +127
==========================================
+ Hits 2830 2885 +55
- Misses 197 269 +72 ☔ View full report in Codecov by Sentry. |
currently field.norm fails with a recursion error for VertexField
for more information, see https://pre-commit.ci
Should be done once we have made a final decision on naming
@lang-m the hvplot should be working with the PS: Thank you for setting up |
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.
As discussed, we should use abstractmethod
rather than overwriting the base class
- mpl
- to_xarray
- from_xarray
- _hv_key_dims
nvdim=None, | ||
value=0.0, | ||
norm=None, | ||
data_location="cell", |
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.
Are we sure about the name? (Just checking 👍 )
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 am open to ideas. I am OK with this one as well. Thoughts @lang-m
Co-authored-by: Sam Holt <[email protected]>
Co-authored-by: Sam Holt <[email protected]>
No description provided.