-
Notifications
You must be signed in to change notification settings - Fork 17
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
mesh_decimation #734
base: main
Are you sure you want to change the base?
mesh_decimation #734
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) |
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.
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
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.
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.