You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Aligns the new sampleworks.runs module with project style policy
(AGENTS.md L7 and L338):
- Add NumPy-style docstrings (summary, Parameters, Returns, Raises) to
every public and private function/class across schema.py, loader.py,
runner.py, and cli.py.
- Mark Job, Preset, JobInvocation, and _RunningJob as
@DataClass(frozen=True). Behavior is preserved: Preset.effective_args
already returns a fresh dict, and the runner mutates that local copy
rather than the Preset itself.
All 32 unit tests still pass.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments