[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
ac0d52e1c3
commit
f7dc8a7f22
@ -2901,10 +2901,10 @@ def add_industry(n, costs):
|
|||||||
emitted_co2_per_naphtha = costs.at["oil", "CO2 intensity"] - process_co2_per_naphtha
|
emitted_co2_per_naphtha = costs.at["oil", "CO2 intensity"] - process_co2_per_naphtha
|
||||||
|
|
||||||
non_sequestered = 1 - get(
|
non_sequestered = 1 - get(
|
||||||
snakemake.config["industry"]["HVC_environment_sequestration_fraction"], investment_year
|
snakemake.config["industry"]["HVC_environment_sequestration_fraction"],
|
||||||
|
investment_year,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
n.madd(
|
n.madd(
|
||||||
"Link",
|
"Link",
|
||||||
spatial.oil.naphtha,
|
spatial.oil.naphtha,
|
||||||
|
Loading…
Reference in New Issue
Block a user