Skip to content

Commit

Permalink
Code refactoring v.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ostreech1997 committed Jul 6, 2023
1 parent 1a6270e commit bbede11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def test_inverse_transform_one_segment(df_name, model, request):


@pytest.mark.parametrize("model", ["additive", "multiplicative"])
@pytest.mark.parametrize("ts_name", ["ts_seasonal", "ts_seasonal_starting_with_nans"])
@pytest.mark.parametrize("ts_name", ["ts_seasonal", "ts_seasonal_starting_with_nans", "ts_seasonal_nan_tails"])
def test_inverse_transform_multi_segments(ts_name, model, request):
"""Test that transform + inverse_transform don't change tsdataset."""
ts = request.getfixturevalue(ts_name)
Expand Down

0 comments on commit bbede11

Please sign in to comment.