MIT-LAE / TASOPT.jl

Medium fidelity aircraft-propulsion system design and optimization.
https://mit-lae.github.io/TASOPT.jl/
MIT License
26 stars 12 forks source link

Fix LTO engine calculations #31

Open askprash opened 5 months ago

askprash commented 5 months ago

Engine LTO calculations were broken since the removal of NPSS. LTO.jl has now been fixed to use tfcalc instead.

Also added a version variable in TASOPT.jl and fixed a misspelled "dictionary"

codecov-commenter commented 5 months ago

Codecov Report

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

Project coverage is 76.42%. Comparing base (78ba4b2) to head (ce15dd1). Report is 5 commits behind head on main.

Files Patch % Lines
src/mission/LTO.jl 98.36% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #31 +/- ## ========================================== + Coverage 76.41% 76.42% +0.01% ========================================== Files 69 71 +2 Lines 13169 13435 +266 ========================================== + Hits 10063 10268 +205 - Misses 3106 3167 +61 ```

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

askprash commented 4 months ago