[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
fd57311094
commit
025f48c0c2
@ -29,9 +29,9 @@ if __name__ == "__main__":
|
||||
|
||||
pop_layout = pd.read_csv(snakemake.input.clustered_pop_layout, index_col=0)
|
||||
|
||||
district_heat_share = pd.read_csv(
|
||||
snakemake.input.district_heat_share, index_col=0
|
||||
)["district heat share"]
|
||||
district_heat_share = pd.read_csv(snakemake.input.district_heat_share, index_col=0)[
|
||||
"district heat share"
|
||||
]
|
||||
|
||||
# make ct-based share nodal
|
||||
district_heat_share = district_heat_share.loc[pop_layout.ct]
|
||||
|
Loading…
Reference in New Issue
Block a user