Clarify base-relative validation patches

This commit is contained in:
2026-04-30 06:52:09 +08:00
parent 46e9040613
commit f59919e21c
3 changed files with 12 additions and 6 deletions

View File

@@ -536,6 +536,10 @@ class CoreFlowTests(unittest.TestCase):
"For decode_only studies, ignore TTFT",
"\n".join(context["proposal_rules"]),
)
self.assertIn(
"config_patch is applied to the study base config",
"\n".join(context["proposal_rules"]),
)
def test_harness_uses_prior_infeasible_probe_for_active_bottleneck(self) -> None:
with tempfile.TemporaryDirectory() as tmp: