Skip to content

Commit

Permalink
[test utils] Change the Eigen Vector PrintTo default strip
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurVal committed Jan 20, 2025
1 parent b79dca6 commit 4d1bb5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/eigen.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ struct VectorPrintFormat {
};

/// Shorten the number of elements printed
std::optional<Strip> strip = std::nullopt;
std::optional<Strip> strip = Strip{.head = 2, .tail = 2};

/// Add the size of the vector at the beginning
bool with_size = true;
Expand Down

0 comments on commit 4d1bb5d

Please sign in to comment.