Apply ruff format
CI / Lint (ruff check) (push) Successful in 25s
CI / Format (ruff format) (push) Successful in 26s
CI / Sync project version with tag (push) Has been skipped
CI / Type check (ty) (push) Successful in 23s
CI / Tests (push) Successful in 53s
CI / Lint (ruff check) (pull_request) Successful in 24s
CI / Format (ruff format) (pull_request) Successful in 28s
CI / Sync project version with tag (pull_request) Has been skipped
CI / Type check (ty) (pull_request) Successful in 23s
CI / Tests (pull_request) Successful in 56s

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-27 16:11:05 +02:00
parent 0778a61360
commit a05837f918
+1 -3
View File
@@ -413,9 +413,7 @@ def train(
] = None,
wandb_run_name: Annotated[
Optional[str],
typer.Option(
"--wandb-run-name", help="W&B run name (default: out_dir name)"
),
typer.Option("--wandb-run-name", help="W&B run name (default: out_dir name)"),
] = None,
) -> None:
"""Train the GIANT surrogate model."""