fix: restore sub_pattern when loading benchmark JSON

This commit is contained in:
2026-07-14 13:51:05 -04:00
parent 111c88488f
commit e68e4b7d57
2 changed files with 31 additions and 0 deletions
+1
View File
@@ -51,6 +51,7 @@ def load_benchmark(questions_dir: Path) -> list[GeneratedQuestion]:
family=qa.get("family"),
skill_target=qa.get("skill_target"),
difficulty_steps=qa.get("difficulty_steps"),
sub_pattern=qa.get("sub_pattern"),
)
)
return results