Skip to content

Commit

Permalink
Format tests
Browse files Browse the repository at this point in the history
  • Loading branch information
julia-shenshina committed Oct 13, 2021
1 parent 089a787 commit 28de5b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
10 changes: 2 additions & 8 deletions tests/test_model_selection/test_backtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,17 +176,11 @@ def _fit_backtest_pipeline(
(
(
False,
[
"MAE",
"MSE",
"SMAPE",
"fold_number",
"segment",
],
["fold_number", "MAE", "MSE", "segment", "SMAPE"],
),
(
True,
["MAE", "MSE", "SMAPE", "segment"],
["MAE", "MSE", "segment", "SMAPE"],
),
),
)
Expand Down
8 changes: 1 addition & 7 deletions tests/test_pipeline/test_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,13 +155,7 @@ def test_generate_constant_timeranges_hours():
(
(
False,
[
"fold_number",
"MAE",
"MSE",
"segment",
"SMAPE",
],
["fold_number", "MAE", "MSE", "segment", "SMAPE"],
),
(
True,
Expand Down

0 comments on commit 28de5b0

Please sign in to comment.