Make harness stop conservative for ablation
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user