Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #734 +/- ##
==========================================
+ Coverage 82.61% 83.81% +1.20%
==========================================
Files 353 355 +2
Lines 14685 14375 -310
==========================================
- Hits 12132 12049 -83
+ Misses 2553 2326 -227
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
The integration test skeleton seems to have a tiny problem, it should be outdated. I commented that block out. (lines 61-65) |
daniel-zint
left a comment
There was a problem hiding this comment.
Requires some clean-up and some actual unit tests.
For tests you can create an example where you count the edges in between tags. This number must not change in the collapse. Additionally, you can check if there is any edge left that could be collapsed but is below the prescribed length.
...omponents/mesh_decimation/wmtk/components/mesh_decimation/internal/MeshDecimationOptions.hpp
Show resolved
Hide resolved
components/wmtk_components/mesh_decimation/wmtk/components/mesh_decimation/mesh_decimation.cpp
Show resolved
Hide resolved
components/wmtk_components/mesh_decimation/wmtk/components/mesh_decimation/mesh_decimation.hpp
Show resolved
Hide resolved
.../wmtk_components/mesh_decimation/wmtk/components/mesh_decimation/internal/MeshDecimation.cpp
Outdated
Show resolved
Hide resolved
daniel-zint
left a comment
There was a problem hiding this comment.
Just a few things that need to be addressed. Feel free to merge as soon as this is done.
.../wmtk_components/mesh_decimation/wmtk/components/mesh_decimation/internal/MeshDecimation.cpp
Show resolved
Hide resolved
|
I didn't merge this component since I guess we will not need this anymore. |
No description provided.