From 38f23709a787861737f5d86d174df4abcddd6115 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 24 Mar 2024 15:29:17 +0100 Subject: test/critter: tighten up distance tolerances --- test/critter.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/critter.cpp b/test/critter.cpp index cd15dd81..f2c8c8b7 100644 --- a/test/critter.cpp +++ b/test/critter.cpp @@ -259,6 +259,7 @@ void test1(StringView instance_name, const Function& make_dt, double accel) }, Grace{ .time = 300*Millisecond, + .distance_L2 = 4, }); fm_assert(ret); } @@ -287,7 +288,7 @@ void test2(StringView instance_name, const Function& make_dt, double accel) }, Grace{ .time = 500*Millisecond, - .distance_L2 = 8, + .distance_L2 = 4, }); fm_assert(ret); } -- cgit v1.2.3