Skip to content
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

Fix two bugs regarding the remeshing in cashocs #365

Merged
merged 2 commits into from
Dec 7, 2023
Merged

Conversation

sblauth
Copy link
Owner

@sblauth sblauth commented Dec 7, 2023

This commit adds a try:finally block around the solvers run method for shape optimization
to catch exceptions and correctly delete the temporary remeshing directory (unless the corresponding
debug configuration parameter is set).
@sblauth sblauth added the bug Something isn't working label Dec 7, 2023
@sblauth sblauth self-assigned this Dec 7, 2023
Copy link

codecov bot commented Dec 7, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (d30d7ea) 92.35% compared to head (b666ed7) 92.36%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #365      +/-   ##
==========================================
+ Coverage   92.35%   92.36%   +0.01%     
==========================================
  Files          84       84              
  Lines        6709     6715       +6     
==========================================
+ Hits         6196     6202       +6     
  Misses        513      513              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sblauth sblauth merged commit 46f46b9 into main Dec 7, 2023
25 checks passed
@sblauth sblauth deleted the fix/remeshing branch December 7, 2023 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant