Fixes and Updates - #40
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #40 +/- ##
==========================================
+ Coverage 89.29% 90.65% +1.35%
==========================================
Files 5 5
Lines 327 353 +26
==========================================
+ Hits 292 320 +28
+ Misses 35 33 -2 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
I am not completely happy with the new way of testing, but for now this fixes #34 |
|
I improved the grid tests and fixed #35 |
This is already great progress!
What is the blocker here? We can also leave this for later if this is a bigger todo. |
|
|
||
| """ | ||
| get_interface_base_cell_type(::Type{<:AbstractCell}) | ||
| get_interface_base_cell_type(::Type{<:AbstractCell}, ::Type{<:AbstractCell}) |
There was a problem hiding this comment.
I think you still need to pass information about which local facet is used to support pyramids+wedges.
There was a problem hiding this comment.
I used the number of nodes on one face as a criterion instead.
The nodes were past to the function one layer up anyway and should be usable independent of the cell types.
I only added a very basic test, but it seems to be working for pyramids and wedges.
Currently, the |
|
This should now also solve #39 |
|
Note that the 1.10 CI is failing. |
No description provided.