We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 075869a commit 79895b6Copy full SHA for 79895b6
divert_sim/test_divert.py
@@ -163,7 +163,7 @@ def test_divert_CloudyMorning() -> None:
163
def test_divert_day1() -> None:
164
"""Run the divert test with the day1 dataset"""
165
run_test_with_dataset('day1',
166
- 10.12, 7.11, 6.51, 0.59, 7, 660, 8400, 12840))
+ 10.12, 7.11, 6.51, 0.59, 7, 660, 8400, 12840)
167
168
def test_divert_day2() -> None:
169
"""Run the divert test with the day2 dataset"""
@@ -214,7 +214,7 @@ def test_divert_Energy_and_Power_Day_2020_03_31() -> None:
214
def test_divert_Energy_and_Power_Day_2020_04_01() -> None:
215
"""Run the divert test with the Energy_and_Power_Day_2020-04-01 dataset"""
216
run_test_with_dataset('Energy_and_Power_Day_2020-04-01',
217
- 38.89, 36.42, 36.42, 0.0, 1, 26100, 26100, 27000,
+ 38.89, 36.42, 36.42, 0.0, 1, 26100, 26100, 26100,
218
separator=';', is_kw=True, config='{"divert_decay_smoothing_factor":0.4}')
219
220
if __name__ == '__main__':
0 commit comments