From 08e1da5869e71d27747059ae2ad17b3b8b65a3f3 Mon Sep 17 00:00:00 2001 From: beomki-yeo Date: Sat, 23 Dec 2023 12:36:48 +0100 Subject: [PATCH] FIx plane --- tests/common/tests/kalman_fitting_telescope_test.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/common/tests/kalman_fitting_telescope_test.hpp b/tests/common/tests/kalman_fitting_telescope_test.hpp index c2a6cd2763..f5fed043b1 100644 --- a/tests/common/tests/kalman_fitting_telescope_test.hpp +++ b/tests/common/tests/kalman_fitting_telescope_test.hpp @@ -29,7 +29,7 @@ class KalmanFittingTelescopeTests : public KalmanFittingTests { /// @NOTE: Increasing the number of planes will make /// test_ckf_combinatorics_telescope take too much time static const inline std::vector plane_positions = { - 0., 40., 60., 80., 100., 120., 140, 160}; + 0., 20., 40., 60., 80., 100., 120., 140, 160}; /// B field value and its type static constexpr vector3 B{2 * detray::unit::T, 0, 0};