[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
ac2322cd16
commit
d713e3c52b
@ -3059,8 +3059,7 @@ def add_industry(n, costs):
|
|||||||
+ mwh_coal_per_mwh_coke * industrial_demand["coke"]
|
+ mwh_coal_per_mwh_coke * industrial_demand["coke"]
|
||||||
) / nhours
|
) / nhours
|
||||||
|
|
||||||
p_set.rename(lambda x: x + " coal for industry",
|
p_set.rename(lambda x: x + " coal for industry", inplace=True)
|
||||||
inplace=True)
|
|
||||||
|
|
||||||
if not options["regional_coal_demand"]:
|
if not options["regional_coal_demand"]:
|
||||||
p_set = p_set.sum()
|
p_set = p_set.sum()
|
||||||
|
Loading…
Reference in New Issue
Block a user