Skip to content

Commit add272a

Browse files
EB FT test thresholds updated for new cluster selection
1 parent 2622e8d commit add272a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation/advanced-tests/src/eb/EBTwoTrackTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ private void checkResultsFT() {
487487
System.out.println(String.format("FT gEff = %.3f",gEff));
488488
System.out.println(String.format("FD hEff = %.3f",hEff));
489489
System.out.println("#############################################################");
490-
if (ftPDG==11) assertEquals(eEff>0.78,true);
490+
if (ftPDG==11) assertEquals(eEff>0.77,true);
491491
else if (ftPDG==22) assertEquals(gEff>0.88,true);
492492
assertEquals(hEff>0.62,true);
493493
}

0 commit comments

Comments
 (0)