Skip to content

Commit

Permalink
Fix code quality tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavvp16 committed Apr 8, 2024
1 parent 44cc709 commit be3ccd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sktime/forecasting/tests/test_neuralforecast.py
Expand Up @@ -318,7 +318,7 @@ def test_neural_forecast_with_auto_freq_on_missing_date_like(

model = model_class(freq="auto", max_steps=1, trainer_kwargs={"logger": False})

with pytest.raises(
with pytest.raises(
ValueError, match="(could not interpret freq).*(use a valid offset in index)"
):
model.fit(y, fh=[1, 2, 3])
Expand Down

0 comments on commit be3ccd3

Please sign in to comment.