cleanup
This commit is contained in:
parent
5c577b6290
commit
d14ced2549
@ -3367,7 +3367,7 @@ def add_industry(n, costs):
|
||||
/ nhours
|
||||
)
|
||||
|
||||
if not options["regional_methanol_demand"] or not options["methanol_spatial"]:
|
||||
if not options["regional_methanol_demand"]:
|
||||
p_set_methanol = p_set_methanol.sum()
|
||||
|
||||
n.madd(
|
||||
@ -3490,7 +3490,7 @@ def add_industry(n, costs):
|
||||
* efficiency
|
||||
)
|
||||
|
||||
if not options["regional_methanol_demand"] or not options["methanol_spatial"]:
|
||||
if not options["regional_methanol_demand"]:
|
||||
p_set_methanol_shipping = p_set_methanol_shipping.sum()
|
||||
|
||||
n.madd(
|
||||
|
Loading…
Reference in New Issue
Block a user