fix: run_gates must use current_tree after video resample

This commit is contained in:
2026-07-14 13:40:46 -04:00
parent 92714db370
commit 25f2a845ff
2 changed files with 26 additions and 1 deletions
+1 -1
View File
@@ -468,7 +468,7 @@ async def _process_one_slot(
try:
report = await run_gates(
candidate=candidate,
tree=tree,
tree=current_tree,
llm=llm,
leak_probe_template=strategy.leak_probe_template,
postprocess=pp,