Skip to content

Commit cbe6eb9

Browse files
committed
foramt
1 parent ac54a12 commit cbe6eb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

idaes/apps/grid_integration/pricetaker/design_and_operation_models.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,11 @@ def is_valid_startup_types(data):
9494
if len(data) == 0:
9595
# set to None instead of an empty dict.
9696
raise ConfigurationError("Received an empty dictionary for startup types")
97-
97+
9898
if len(data) == 1:
9999
raise ConfigurationError(
100100
"At least two startup types must be defined for the unit/process. \n"
101-
"if startup_types = {\"hot\": 4, \"warm\": 8, \"cold\": 12}, \n"
101+
'if startup_types = {"hot": 4, "warm": 8, "cold": 12}, \n'
102102
"then when downtime is between 4 to 8 -> hot startup; \n"
103103
"when downtime is between 8 to 12 -> warm startup; \n"
104104
"when downtime is greater than 12 -> cold startup. \n"

0 commit comments

Comments
 (0)