Skip to content

Commit

Permalink
hopefully final fix for ChpModelSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfeismann committed Nov 27, 2024
1 parent 51fa462 commit 42105bd
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ class ChpModelSpec
), // test case (_, true, false) and demand not covered together with chp
(
chpStateRunning,
72,
92,
1,
95,
), // test case (true, true, true) and storage volume exceeds maximum
Expand Down Expand Up @@ -215,9 +215,9 @@ class ChpModelSpec
), // test case (_, true, false) and demand not covered together with chp
(
chpStateRunning,
72,
92,
1,
100,
93,
), // test case (true, true, true) and storage volume exceeds maximum
)

Expand Down Expand Up @@ -261,9 +261,9 @@ class ChpModelSpec
), // test case (_, true, false) and demand not covered together with chp
(
chpStateRunning,
72,
92,
1,
927,
1150,
), // test case (true, true, true) and storage volume exceeds maximum
)

Expand All @@ -289,7 +289,7 @@ class ChpModelSpec
"expectedTick",
"expectedRunningStatus",
),
(
(
chpStateNotRunning,
70,
0,
Expand Down Expand Up @@ -335,7 +335,7 @@ class ChpModelSpec
), // Test case (_, true, false) and demand not covered together with chp
(
chpStateRunning,
72,
92,
1,
7200,
false,
Expand Down

0 comments on commit 42105bd

Please sign in to comment.