Skip to content

Commit

Permalink
[tests] attempt to fix fit_line random failures
Browse files Browse the repository at this point in the history
  • Loading branch information
nmellado committed Jul 17, 2024
1 parent fb8e846 commit 5890c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/fit_line.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ void testFunction(bool _bAddPositionNoise = false)
typedef typename DataPoint::VectorType VectorType;

//generate sampled line
int nbPoints = Eigen::internal::random<int>(100, 1000);
int nbPoints = Eigen::internal::random<int>(500, 1000);

VectorType _direction = VectorType::Random().normalized();

Expand Down

0 comments on commit 5890c65

Please sign in to comment.