-
Notifications
You must be signed in to change notification settings - Fork 1
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 example using Meshes.jl #98
Conversation
I also bumped the Meshes.jl in Project.toml instead of only in test/Project.toml for two reasons: 1. Downgrade fails otherwise, 2. I think every example should be runnable with just adding KernelInterpolation.jl, which means KernelInterpolation.jl should enforce a compatible Meshes.jl version also for all examples. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #98 +/- ##
=======================================
Coverage 98.63% 98.63%
=======================================
Files 43 44 +1
Lines 1171 1174 +3
=======================================
+ Hits 1155 1158 +3
Misses 16 16 ☔ View full report in Codecov by Sentry. |
NodeSet
s generated by Meshes.jl and add test for it. For this we need Meshes.jl v0.52.1.