symbiotic-engineering / MDOcean

Multidisciplinary Design Optimization (MDO) to optimize an ocean wave energy converter
MIT License
4 stars 1 forks source link

Add amplitude constraint #40

Open rebeccamccabe opened 6 months ago

codecov[bot] commented 6 months ago

Codecov Report

Attention: Patch coverage is 36.11111% with 69 lines in your changes are missing coverage. Please review.

Project coverage is 73.82%. Comparing base (49bee41) to head (6eda82e). Report is 12 commits behind head on main.

:exclamation: Current head 6eda82e differs from pull request most recent head c6a5195

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

Files Patch % Lines
...docean/optimization/multiobjective/pareto_search.m 0.00% 64 Missing :warning:
mdocean/simulation/modules/dynamics/dynamics.m 86.66% 2 Missing :warning:
mdocean/simulation/run/is_feasible.m 60.00% 2 Missing :warning:
mdocean/simulation/simulation.m 93.75% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #40 +/- ## ========================================== - Coverage 78.69% 73.82% -4.87% ========================================== Files 37 37 Lines 1577 1658 +81 ========================================== - Hits 1241 1224 -17 - Misses 336 434 +98 ```

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

rebeccamccabe commented 5 months ago
rebeccamccabe commented 4 months ago

This should be merged after optimal_power_dynamics and lagrange_multiplier_graphs.