From a05990c6c7250ba0aaed94e0222b598e0190bad4 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 12 Sep 2024 07:01:23 +0200 Subject: Merging upstream version 4.6. Signed-off-by: Daniel Baumann --- sourcestats.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sourcestats.c') diff --git a/sourcestats.c b/sourcestats.c index ce326e9..fcc501a 100644 --- a/sourcestats.c +++ b/sourcestats.c @@ -549,9 +549,9 @@ SST_DoNewRegression(SST_Stats inst) sd_weight += (peer_distances[i] - min_distance) / sd; weights[i] = SQUARE(sd_weight); } - } - correct_asymmetry(inst, times_back, offsets); + correct_asymmetry(inst, times_back, offsets); + } inst->regression_ok = RGR_FindBestRegression(times_back + inst->runs_samples, offsets + inst->runs_samples, weights, -- cgit v1.2.3