Skip to content

Commit

Permalink
FIx plane
Browse files Browse the repository at this point in the history
  • Loading branch information
beomki-yeo committed Dec 23, 2023
1 parent d40dd51 commit 08e1da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/common/tests/kalman_fitting_telescope_test.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<scalar> 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<scalar>::T, 0, 0};
Expand Down

0 comments on commit 08e1da5

Please sign in to comment.