Make harness stop conservative for ablation

This commit is contained in:
2026-05-02 09:47:16 +08:00
parent 664aeb49b2
commit 4ef69cce78
6 changed files with 15 additions and 9 deletions

View File

@@ -364,6 +364,9 @@ class CoreFlowTests(unittest.TestCase):
"should_stop_if_no_harness_can_justify_a_new_adjacent_probe"
]
)
self.assertFalse(context["convergence_guard"]["deterministic_stop"])
self.assertFalse(context["harness_stop"]["should_stop"])
self.assertIsNone(build_harness_stop_proposal(context))
def test_harness_strong_incumbent_guard_after_large_gain(self) -> None:
with tempfile.TemporaryDirectory() as tmp: