Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
iKintosh committed May 25, 2022
1 parent 822ba16 commit 3ec22cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_analysis/test_plotters.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ def test_create_holidays_df_non_day_freq():
assert df.sum().sum() == 4


def test_create_holidays_df_15T_freq():
def test_create_holidays_df_15t_freq():
classic_df = generate_ar_df(periods=30, start_time="2020-01-01", n_segments=1, freq="15T")
ts = TSDataset.to_dataset(classic_df)
holidays = pd.DataFrame({"holiday": "Christmas", "ds": pd.to_datetime(["2020-01-01"]), "upper_window": 3})
Expand Down

0 comments on commit 3ec22cc

Please sign in to comment.