Skip to content

Commit

Permalink
test: Refactor kalman-fitter test so it can be reused for other fitte…
Browse files Browse the repository at this point in the history
…rs (#1122)

This PR restructures the testing code for the `KalmanFitter` so that it can be reused for other fitters. This especially targets the GSF, but could also be useful for the GX2F #1099.

This is mainly done by putting the code inside a header file and templating the functions on `fitter_t`, `fitter_options_t` and `parameters_t`.

This should not change the behavior or the results of the tests.
  • Loading branch information
benjaminhuth committed Jan 7, 2022
1 parent 4c3ddcf commit 8b0005c
Show file tree
Hide file tree
Showing 2 changed files with 579 additions and 510 deletions.

0 comments on commit 8b0005c

Please sign in to comment.