Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 18, 2024
1 parent d42fd04 commit 6e07f7b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/plots/test_sklearn.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,11 @@ def test_custom_title(tmp_dir, y_true_y_pred_y_score):
"confusion_matrix", y_true, y_pred, name="val/cm", title="Val Confusion Matrix"
)
live.log_sklearn_plot(
"precision_recall", y_true, y_score, name="val/prc", title="Val Precision Recall"
"precision_recall",
y_true,
y_score,
name="val/prc",
title="Val Precision Recall",
)
assert (out / "train" / "cm.json").exists()
assert (out / "val" / "cm.json").exists()
Expand Down

0 comments on commit 6e07f7b

Please sign in to comment.