Skip to content

Commit 79895b6

Browse files
committed
fix test
1 parent 075869a commit 79895b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

divert_sim/test_divert.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def test_divert_CloudyMorning() -> None:
163163
def test_divert_day1() -> None:
164164
"""Run the divert test with the day1 dataset"""
165165
run_test_with_dataset('day1',
166-
10.12, 7.11, 6.51, 0.59, 7, 660, 8400, 12840))
166+
10.12, 7.11, 6.51, 0.59, 7, 660, 8400, 12840)
167167

168168
def test_divert_day2() -> None:
169169
"""Run the divert test with the day2 dataset"""
@@ -214,7 +214,7 @@ def test_divert_Energy_and_Power_Day_2020_03_31() -> None:
214214
def 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',
217-
38.89, 36.42, 36.42, 0.0, 1, 26100, 26100, 27000,
217+
38.89, 36.42, 36.42, 0.0, 1, 26100, 26100, 26100,
218218
separator=';', is_kw=True, config='{"divert_decay_smoothing_factor":0.4}')
219219

220220
if __name__ == '__main__':

0 commit comments

Comments
 (0)