-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Test and fix broken
TrackHelpers
for chi2 and unbiased track s…
…tate (#3937) New helper functions for chi2 and unbiased track states slipped in untested with #3877. Somehow I forgot to do this and the code ended up being broken in the latest release. Here I add some quick unit tests and fix the code so it can actually be compiled. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Enhanced track state calculations for improved precision in subspace projections and measurement handling. - Introduced a new template function for creating test track states, facilitating better testing of track-related functionalities. - **Bug Fixes** - Improved type safety and clarity in chi-squared calculations. - **Tests** - Added new test cases for calculating predicted, filtered, and smoothed chi-squared values, as well as unbiased parameters covariance. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
- Loading branch information
Showing
2 changed files
with
95 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters