Skip to content

Commit 485cd7b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent dd3956d commit 485cd7b

File tree

3 files changed

+176
-89
lines changed

3 files changed

+176
-89
lines changed

delphi/__main__.py

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -491,11 +491,13 @@ async def run(
491491
del model, hookpoint_to_sparse_encode
492492

493493
if run_cfg.verbose:
494-
log_results(scores_path,
495-
visualize_path,
496-
run_cfg.hookpoints,
497-
run_cfg.scorers,
498-
model_name=run_cfg.model)
494+
log_results(
495+
scores_path,
496+
visualize_path,
497+
run_cfg.hookpoints,
498+
run_cfg.scorers,
499+
model_name=run_cfg.model,
500+
)
499501

500502

501503
if __name__ == "__main__":

0 commit comments

Comments
 (0)