ipqa-research / yaeos

Thermodynamic Equations of State, Fortran library with both automatic and anallytical derivation capabilities
https://ipqa-research.github.io/yaeos/
Mozilla Public License 2.0
26 stars 4 forks source link

Bringing the newer optimziation API #103

Closed fedebenelli closed 1 month ago

fedebenelli commented 1 month ago

While there are some different kind of changes here, this PR is mostly related to the changes in the optimization API

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 84.07080% with 36 lines in your changes missing coverage. Please review.

Project coverage is 93.25%. Comparing base (f32382f) to head (38c6a0e). Report is 4 commits behind head on main.

Files Patch % Lines
src/equilibria/boundaries/phase_envelopes_px.f90 91.08% 8 Missing and 1 partial :warning:
src/auxiliar/auxiliar.f90 25.00% 6 Missing :warning:
src/models/solvers/pressure_equality.f90 79.31% 5 Missing and 1 partial :warning:
src/fitting/fitting.f90 66.66% 3 Missing and 1 partial :warning:
src/equilibria/auxiliar.f90 0.00% 3 Missing :warning:
src/auxiliar/optimizers.f90 87.50% 2 Missing :warning:
src/models/solvers/volume.f90 0.00% 1 Missing and 1 partial :warning:
src/equilibria/boundaries/phase_envelopes_pt.f90 66.66% 1 Missing :warning:
src/equilibria/equilibria_state.f90 0.00% 1 Missing :warning:
src/equilibria/flash.f90 91.66% 1 Missing :warning:
... and 1 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #103 +/- ## ========================================== - Coverage 93.87% 93.25% -0.63% ========================================== Files 54 58 +4 Lines 2564 2683 +119 Branches 190 193 +3 ========================================== + Hits 2407 2502 +95 - Misses 109 131 +22 - Partials 48 50 +2 ```

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