Split jobs

This commit is contained in:
Tao Chen
2026-03-23 17:16:19 -07:00
Unverified
parent ed6b290457
commit ad5749c92a
4 changed files with 378 additions and 5 deletions
@@ -18,6 +18,7 @@ class ValidationConfig:
samples_dir: Path
python_root: Path
subdir: str | None = None
exclude: list[str] | None = None
max_parallel_workers: int = 10