Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Apr 9, 2021
1 parent 49b9eb5 commit 1142fcc
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tests/metrics/test_regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,14 @@
import dask_ml.metrics


@pytest.fixture(params=["mean_squared_error", "mean_absolute_error", "mean_absolute_percentage_error", "r2_score"])
@pytest.fixture(
params=[
"mean_squared_error",
"mean_absolute_error",
"mean_absolute_percentage_error",
"r2_score",
]
)
def metric_pairs(request):
"""Pairs of (dask-ml, sklearn) regression metrics.
Expand Down

0 comments on commit 1142fcc

Please sign in to comment.