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

Add the DiagonalEK1 #301

Merged
merged 99 commits into from
Feb 19, 2024

Fix the failing test that I just found

5f75325
Select commit
Loading
Failed to load commit list.
Merged

Add the DiagonalEK1 #301

Fix the failing test that I just found
5f75325
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 19, 2024 in 0s

92.96% (-0.06%) compared to a333661

View this Pull Request on Codecov

92.96% (-0.06%) compared to a333661

Details

Codecov Report

Attention: 44 lines in your changes are missing coverage. Please review.

Comparison is base (a333661) 93.01% compared to head (5f75325) 92.96%.

Files Patch % Lines
src/blockdiagonals.jl 88.20% 25 Missing ⚠️
src/diffusions/calibration.jl 92.18% 5 Missing ⚠️
src/integrator_utils.jl 76.92% 3 Missing ⚠️
src/diffusions/apply_diffusion.jl 94.44% 2 Missing ⚠️
src/filtering/markov_kernel.jl 92.59% 2 Missing ⚠️
src/algorithms.jl 96.66% 1 Missing ⚠️
src/caches.jl 88.88% 1 Missing ⚠️
src/callbacks/dataupdate.jl 95.00% 1 Missing ⚠️
src/derivative_utils.jl 87.50% 1 Missing ⚠️
src/diffusions/typedefs.jl 96.55% 1 Missing ⚠️
... and 2 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #301      +/-   ##
==========================================
- Coverage   93.01%   92.96%   -0.06%     
==========================================
  Files          40       44       +4     
  Lines        1819     2190     +371     
==========================================
+ Hits         1692     2036     +344     
- Misses        127      154      +27     

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