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

Feature/better imm filter #8

Merged
merged 38 commits into from
Mar 17, 2024
Merged

Feature/better imm filter #8

merged 38 commits into from
Mar 17, 2024

Conversation

EirikKolas
Copy link
Collaborator

IMM filter with support for models of different state-sizes

I used a lot of variadic templates and integer sequences to make the user interface easy to use but it does make the code a bit hard to understand. Please comment if something is unclear

@EirikKolas EirikKolas requested review from chrstrom and alekskl01 March 5, 2024 19:23
@EirikKolas EirikKolas self-assigned this Mar 5, 2024
@EirikKolas EirikKolas marked this pull request as draft March 5, 2024 20:46
@EirikKolas EirikKolas marked this pull request as ready for review March 6, 2024 22:01
@EirikKolas EirikKolas linked an issue Mar 8, 2024 that may be closed by this pull request
3 tasks
@EirikKolas EirikKolas force-pushed the feature/better_imm_filter branch from cf4d846 to 028a5ab Compare March 8, 2024 22:37
Copy link

codecov bot commented Mar 8, 2024

Codecov Report

Merging #8 (6910e08) into main (a7f4ce0) will increase coverage by 0.60%.
The diff coverage is 32.42%.

❗ Current head 6910e08 differs from pull request most recent head 6069744. Consider uploading reports for the commit 6069744 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main       #8      +/-   ##
==========================================
+ Coverage   31.36%   31.96%   +0.60%     
==========================================
  Files          24       26       +2     
  Lines         880     1098     +218     
  Branches      617      760     +143     
==========================================
+ Hits          276      351      +75     
- Misses         31       43      +12     
- Partials      573      704     +131     
Flag Coverage Δ
unittests 31.96% <32.42%> (+0.60%) ⬆️

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

@alekskl01 alekskl01 merged commit 49d5ab8 into main Mar 17, 2024
6 checks passed
@alekskl01 alekskl01 deleted the feature/better_imm_filter branch March 17, 2024 14:58
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.

[TASK] IMM Filter
2 participants