From 7b015ad6759cfa74f0b487deb08d3d6364db60fa Mon Sep 17 00:00:00 2001 From: Patrick Koppenburg <patrick.koppenburg@cern.ch> Date: Thu, 6 Jul 2023 15:38:20 +0200 Subject: [PATCH] Add a hash to avoid test failing --- .../tests/qmtest/tupling.qms/test_davinci_tupling_DTF_pvs.qmt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_DTF_pvs.qmt b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_DTF_pvs.qmt index 3e39402c0..82105c3b2 100644 --- a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_DTF_pvs.qmt +++ b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_DTF_pvs.qmt @@ -37,7 +37,7 @@ B_vars_stored = ['Bs_DTF_AllPVs_CHI2', 'Bs_DTF_AllPVs_CHI2DOF', 'Bs_DTF_AllPVs_F # The hash is got from DaVinci/v63r6 with 5 significant digit # dd4hep platform desc platform -expected_chi2_hashs = [-6712918245859272476, -8420881755086790226] +expected_chi2_hashs = [-6712918245859272476, -8420881755086790226, -7952819373100832545] #sort the expected vars B_vars_stored = sorted(B_vars_stored) -- GitLab