sblauth / cashocs

computational adjoint-based shape optimization and optimal control software for python
https://cashocs.readthedocs.io/
GNU General Public License v3.0
53 stars 10 forks source link

Hotfix/2.1.3: Fix a bug in the line search for space mapping shape optimization #445

Closed sblauth closed 5 months ago

sblauth commented 5 months ago

This fixes a bug, where the mesh is not correctly reverted to the current iterate in the backtracking line search.

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 50.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 92.07%. Comparing base (84adb31) to head (28a8f6c). Report is 10 commits behind head on main.

:exclamation: Current head 28a8f6c differs from pull request most recent head 7ff79d4

Please upload reports for the commit 7ff79d4 to get more accurate results.

Files Patch % Lines
cashocs/space_mapping/shape_optimization.py 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #445 +/- ## ========================================== + Coverage 91.54% 92.07% +0.52% ========================================== Files 85 83 -2 Lines 7344 6692 -652 ========================================== - Hits 6723 6161 -562 + Misses 621 531 -90 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.