relax the threshold in test_step3p5_flash_chain_mtp (#24105)

This commit is contained in:
Qiaolin Yu
2026-04-29 16:53:35 -07:00
committed by GitHub
parent ea794deefc
commit 2bbd30a27a
@@ -97,7 +97,7 @@ class TestStep3p5FlashChainMTP(CustomTestCase):
f'{metrics["score"]=:.3f}\n'
f"{avg_spec_accept_length=:.2f}\n"
)
self.assertGreater(metrics["score"], 0.84)
self.assertGreater(metrics["score"], 0.83)
self.assertGreater(avg_spec_accept_length, 2.6)