@@ -70,18 +70,18 @@ def test_scenario2(self):
7070 "input_data" , "forecast" , "model_conf" ]
7171 examples = [
7272
73- ['data/grades.csv' , '30' , '30' , '120 ' ,
73+ ['data/grades.csv' , '30' , '30' , '300 ' ,
7474 '{"000005": {"horizon": 5}}' ,
7575 '{"000005": [{"point_forecast": [73.96192, 74.04106, 74.12029, '
7676 '74.1996, 74.27899], "model": "M,M,N"}]}' ,
7777 '{"objective_fields": ["000001", "000005"], "period": 12}' ],
78- ['data/grades.csv' , '30' , '30' , '120 ' ,
78+ ['data/grades.csv' , '30' , '30' , '300 ' ,
7979 '{"000005": {"horizon": 5, "ets_models": {"names": ["M,N,A"], '
8080 '"criterion": "aic", "limit": 3}}}' ,
8181 '{"000005": [{"point_forecast": [67.43222, 68.24468, '
8282 '64.14437, 67.5662, 67.79028], "model": "M,N,A"}]}' ,
8383 '{"objective_fields": ["000001", "000005"], "period": 12}' ],
84- ['data/grades.csv' , '30' , '30' , '120 ' ,
84+ ['data/grades.csv' , '30' , '30' , '300 ' ,
8585 '{"000005": {"horizon": 5, "ets_models": {"names": ["A,A,A"], '
8686 '"criterion": "aic", "limit": 3}}}' ,
8787 '{"000005": [{"point_forecast": [74.73553, 71.6163, 71.90264, '
0 commit comments