mirror of
https://github.com/microsoft/SkillOpt.git
synced 2026-08-03 07:02:46 +08:00
The last-resort _split fallback used the full task list when every task was held-out test, so train and val both silently became the test set. Drop that fallback so empty non-test slices stay empty, matching the hold-out contract. Co-authored-by: Cursor <cursoragent@cursor.com>