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

feat: add out_of_range flag to load_cdf #3040

Merged
merged 4 commits into from
Dec 7, 2024

Moved all boundary conditions before the main load_cdf loop

b96b93b
Select commit
Loading
Failed to load commit list.
Merged

feat: add out_of_range flag to load_cdf #3040

Moved all boundary conditions before the main load_cdf loop
b96b93b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 2, 2024 in 0s

72.72% (+0.03%) compared to ba671c9

View this Pull Request on Codecov

72.72% (+0.03%) compared to ba671c9

Details

Codecov Report

Attention: Patch coverage is 81.60000% with 23 lines in your changes missing coverage. Please review.

Project coverage is 72.72%. Comparing base (ba671c9) to head (b96b93b).

Files with missing lines Patch % Lines
crates/core/src/operations/load_cdf.rs 84.29% 3 Missing and 16 partials ⚠️
python/src/lib.rs 0.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3040      +/-   ##
==========================================
+ Coverage   72.68%   72.72%   +0.03%     
==========================================
  Files         129      129              
  Lines       41462    41578     +116     
  Branches    41462    41578     +116     
==========================================
+ Hits        30137    30237     +100     
  Misses       9376     9376              
- Partials     1949     1965      +16     

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