@@ -203,19 +203,19 @@ def test_divert_Energy_and_Power_Day_2020_03_22() -> None:
203203 """Run the divert test with the Energy_and_Power_Day_2020-03-22 dataset"""
204204 run_test_with_dataset ('Energy_and_Power_Day_2020-03-22' ,
205205 41.87 , 38.16 , 38.16 , 0.0 , 1 , 27900 , 27900 , 27900 ,
206- separator = ';' , is_kw = True , config = '{"divert_decay_smoothing_factor":0.4 }' )
206+ separator = ';' , is_kw = True , config = '{"divert_decay_smoothing_time":200 }' )
207207
208208def test_divert_Energy_and_Power_Day_2020_03_31 () -> None :
209209 """Run the divert test with the Energy_and_Power_Day_2020-03-31 dataset"""
210210 run_test_with_dataset ('Energy_and_Power_Day_2020-03-31' ,
211211 23.91 , 18.42 , 18.42 , 0.0 , 2 , 900 , 20700 , 21600 ,
212- separator = ';' , is_kw = True , config = '{"divert_decay_smoothing_factor":0.4 }' )
212+ separator = ';' , is_kw = True , config = '{"divert_decay_smoothing_time":200 }' )
213213
214214def test_divert_Energy_and_Power_Day_2020_04_01 () -> None :
215215 """Run the divert test with the Energy_and_Power_Day_2020-04-01 dataset"""
216216 run_test_with_dataset ('Energy_and_Power_Day_2020-04-01' ,
217217 38.89 , 36.42 , 36.42 , 0.0 , 1 , 26100 , 26100 , 26100 ,
218- separator = ';' , is_kw = True , config = '{"divert_decay_smoothing_factor":0.4 }' )
218+ separator = ';' , is_kw = True , config = '{"divert_decay_smoothing_time":200 }' )
219219
220220if __name__ == '__main__' :
221221 # Run the script
0 commit comments