fix: keep embargo tied to accepted folds and enforce PR-comment decision logs

This commit is contained in:
agentson
2026-02-27 08:32:09 +09:00
parent e56819e9e2
commit dc70311aed
5 changed files with 20 additions and 2 deletions

View File

@@ -68,8 +68,7 @@ def generate_walk_forward_splits(
test_indices=list(range(test_start, test_end + 1)),
)
)
prev_test_end = test_end
prev_test_end = test_end
test_start += step
return folds