fix: restore sub_pattern when loading benchmark JSON
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user