Skip to content

Link issue with explanation to problem with DeepARModel #1115

Merged
merged 1 commit into from
Feb 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/test_models/test_inference/test_forecast.py
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ def test_forecast_subset_segments(self, model, transforms, example_tsds):
self._test_forecast_subset_segments(example_tsds, model, transforms, segments=["segment_2"])

@to_be_fixed(raises=AssertionError)
# This test fails for unknown reason
# issue with explanation: https://github.com/tinkoff-ai/etna/issues/1089
@pytest.mark.parametrize(
"model, transforms",
[
Expand Down