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 JET analysis #141

Merged
merged 5 commits into from
Nov 6, 2024
Merged

add JET analysis #141

merged 5 commits into from
Nov 6, 2024

Conversation

baggepinnen
Copy link
Owner

to check for dynamic dispatch. Also improve allocation performance to allow for completely allocation free operation of KF and UKF

to check for dynamic dispatch. Also improve allocation performance to allow for completely allocation free operation of KF and UKF
Copy link

codecov bot commented Nov 6, 2024

Codecov Report

Attention: Patch coverage is 96.00000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 87.71%. Comparing base (ff3559d) to head (ad2b402).
Report is 7 commits behind head on master.

Files with missing lines Patch % Lines
src/filtering.jl 87.50% 1 Missing ⚠️
src/kalman.jl 94.11% 1 Missing ⚠️
src/ukf.jl 97.87% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #141      +/-   ##
==========================================
+ Coverage   87.24%   87.71%   +0.46%     
==========================================
  Files          15       15              
  Lines        1176     1237      +61     
==========================================
+ Hits         1026     1085      +59     
- Misses        150      152       +2     
Flag Coverage Δ
unittests 87.71% <96.00%> (+0.46%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@baggepinnen baggepinnen merged commit 6c0c4f0 into master Nov 6, 2024
3 of 4 checks passed
@baggepinnen baggepinnen deleted the JET branch November 6, 2024 06:07
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