Skip to content

Commit

Permalink
revert tests; update navigator unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed Nov 25, 2024
1 parent 99bf37b commit 37ef3d9
Show file tree
Hide file tree
Showing 5 changed files with 177 additions and 386 deletions.
4 changes: 2 additions & 2 deletions Tests/IntegrationTests/NavigatorConsistency.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -302,8 +302,8 @@ void runConsistencyTest(const propagator_probe_t& propProbe,

Acts::Logging::Level logLevel = Acts::Logging::INFO;

const int nTestsSelfConsistency = 100;
const int nTestsRefConsistency = 100;
const int nTestsSelfConsistency = 500;
const int nTestsRefConsistency = 500;

using StraightLinePropagator = Propagator<StraightLineStepper, Navigator>;
using EigenStepper = Acts::EigenStepper<>;
Expand Down
1 change: 1 addition & 0 deletions Tests/UnitTests/Core/Propagator/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ add_unittest(KalmanExtrapolator KalmanExtrapolatorTests.cpp)
add_unittest(LoopProtection LoopProtectionTests.cpp)
add_unittest(MaterialCollection MaterialCollectionTests.cpp)
add_unittest(MultiStepper MultiStepperTests.cpp)
add_unittest(Navigator NavigatorTests.cpp)
add_unittest(Propagator PropagatorTests.cpp)
add_unittest(EigenStepper EigenStepperTests.cpp)
add_unittest(StraightLineStepper StraightLineStepperTests.cpp)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ StraightLineStepper slstepper;
Navigator slnavigator({tGeometry});
StraightLinePropagator slpropagator(slstepper, std::move(slnavigator));

int ntests = 100;
int ntests = 500;
int skip = 0;
bool debugMode = false;

Expand Down
Loading

0 comments on commit 37ef3d9

Please sign in to comment.