Skip to content

Commit

Permalink
fix: future lags in test
Browse files Browse the repository at this point in the history
  • Loading branch information
madtoinou committed Sep 14, 2023
1 parent 37c6b26 commit edf8554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion darts/tests/models/forecasting/test_regression_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1811,7 +1811,7 @@ def test_component_specific_lags_forecasts(self, config):
},
"lags_future_covariates": {
"sine_future": (1, 1),
"default_lags": [-2, 4, 6, 7, 8],
"default_lags": [-2, 0, 1, 2],
},
},
],
Expand Down

0 comments on commit edf8554

Please sign in to comment.