Skip to content

Commit

Permalink
fix: remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
madtoinou committed Nov 11, 2024
1 parent 156f8d0 commit 5703d64
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 @@ -1289,7 +1289,7 @@ def test_historical_forecast(self, mode):
)
assert len(result) == 21

def test_opti_historical_forecast_predict_checks(self, mode):
def test_opti_historical_forecast_predict_checks(self):
"""
Verify that the sanity check implemented in ForecastingModel.predict are also defined for optimized historical
forecasts as it does not call this method
Expand Down

0 comments on commit 5703d64

Please sign in to comment.