MIT-LAE / TASOPT.jl

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

Improved models for cryogenic fuel boiloff #29

Closed ngomezve closed 6 months ago

ngomezve commented 6 months ago

This PR applies some minor improvements to the models for cryogenic fuels:

codecov-commenter commented 6 months ago

Codecov Report

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

Project coverage is 74.76%. Comparing base (c224dd9) to head (5b1a55b).

Files Patch % Lines
src/IO/read_input.jl 0.00% 4 Missing :warning:
src/structures/tankWthermal.jl 60.00% 4 Missing :warning:
src/structures/tankWmech.jl 83.33% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #29 +/- ## ========================================== + Coverage 74.73% 74.76% +0.03% ========================================== Files 69 69 Lines 13089 13111 +22 ========================================== + Hits 9782 9803 +21 - Misses 3307 3308 +1 ```

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

ngomezve commented 6 months ago

I converted the PR back to draft to increase test coverage based on Codecov report.