diff --git a/examples/ojdata_forecast_settings.json b/examples/ojdata_forecast_settings.json index 8f47f578..befda78f 100644 --- a/examples/ojdata_forecast_settings.json +++ b/examples/ojdata_forecast_settings.json @@ -3,8 +3,8 @@ "PRED_HORIZON": 3, "PRED_STEPS": 2, "TRAIN_START_WEEK": 40, - "TRAIN_END_WEEK_LIST": [135, 157, 2], - "TEST_START_WEEK_LIST": [137, 159, 2], - "TEST_END_WEEK_LIST": [138, 160, 2], + "TRAIN_END_WEEK_LIST": [134, 158, 2], + "TEST_START_WEEK_LIST": [135, 159, 2], + "TEST_END_WEEK_LIST": [136, 160, 2], "FIRST_WEEK_START": "1989-09-14" }