Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed Nov 15, 2024
1 parent 1af17c8 commit 807656a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,9 @@ BOOST_AUTO_TEST_CASE(trackparameters_estimation_test) {
[](const auto& sp) { return &sp.second; });

// Test the free track parameters estimator
FreeVector freeParams =
FreeVector estFreeParams =
estimateTrackParamsFromSeed(spacePointPtrs, bField);
BOOST_CHECK(!freeParams.hasNaN());
BOOST_CHECK(!estFreeParams.hasNaN());

// Test the bound track parameters estimator
auto fullParamsOpt = estimateTrackParamsFromSeed(
Expand Down

0 comments on commit 807656a

Please sign in to comment.