Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compressor Map Table Interpolation v1 #92

Open
wants to merge 19 commits into
base: main
Choose a base branch
from

Conversation

WyattGiroux
Copy link

Added the NcTblMap and ecTblMap functions for table interpolation of speed and efficiency (+ derivatives). Also added the bilinearBounded.jl file to perform the bilinear interpolation and the tftbl.jl file to generate the const map data structs.

Ran unit tests in test/runtests.jl and got all either passing or broken:

image (3)

Copy link

codecov bot commented Oct 15, 2024

Codecov Report

Attention: Patch coverage is 0.82645% with 120 lines in your changes missing coverage. Please review.

Project coverage is 72.38%. Comparing base (430cfd8) to head (4243635).
Report is 24 commits behind head on main.

Files with missing lines Patch % Lines
src/utils/bilinearBounded.jl 0.00% 97 Missing ⚠️
src/engine/tfmap.jl 0.00% 23 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #92      +/-   ##
==========================================
- Coverage   73.41%   72.38%   -1.04%     
==========================================
  Files          77       82       +5     
  Lines       13908    13571     -337     
==========================================
- Hits        10211     9823     -388     
- Misses       3697     3748      +51     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant