rte-france / challenge-roadef-2020

Apache License 2.0
20 stars 7 forks source link

Issue in Risks in the Data #11

Closed itlchriss closed 4 years ago

itlchriss commented 4 years ago

Hello, As I know that the risks calculation is based on both the starting time of the interventions and the scenario. In A_07.json, Intervention_700 has delta 5.0 or 6.0. line 5115, we have the followings, "5":{ "1":[ 921.55, 898.12, 2172.72, 865.58, 845.08, 890.96 ], "2":[ 1071.57, 1044.32, 2526.42, 1006.49, 982.65, 1036.0 ], "3":[ 1071.57, 1044.32, 2526.42, 1006.49, 982.65, 1036.0 ], "4":[ 1071.57, 1044.32, 2526.42, 1006.49, 982.65, 1036.0 ], "5":[ 1071.57, 1044.32, 2526.42, 1006.49, 982.65, 1036.0 ] },

Since there is a "5" as the object key and a "5" as a key in the object. Please help me in clarifying if my understanding is correct. 1.) Is the outer "5" the starting time of an intervention? 2.) If 1.) holds true, we have to use delta = 5.0. Then why is the inner key from 1-5 but not 5 -9?

Thanks and Best Regards

Chriss

itlchriss commented 4 years ago

I found the answer in the checker. Thanks