From 5a8ad29eaf282f75057a3b1e35559eb5bc75d368 Mon Sep 17 00:00:00 2001 From: Rosen Matev <rosen.matev@cern.ch> Date: Tue, 6 Sep 2022 16:43:36 +0200 Subject: [PATCH] Adjust selection to make success condition more stable test_hlt2_thor_selections.qmt was failing only in the v3 platform because of a small difference w.r.t. the other platforms (and because the cut was too loose for the success condition in the test validator). --- Hlt/Hlt2Conf/tests/options/hlt2_thor_selections.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hlt/Hlt2Conf/tests/options/hlt2_thor_selections.py b/Hlt/Hlt2Conf/tests/options/hlt2_thor_selections.py index c15c5d6f534..847b20a4ce2 100644 --- a/Hlt/Hlt2Conf/tests/options/hlt2_thor_selections.py +++ b/Hlt/Hlt2Conf/tests/options/hlt2_thor_selections.py @@ -49,7 +49,7 @@ def make_lines(): filtered = ParticleFilter( Input=filtered, Cut=F.FILTER(require_all( - F.PT > 500 * MeV, + F.PT > 750 * MeV, F.MINIPCHI2(pvs) > 4, )), ) -- GitLab