[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2024-01-22 09:11:06 +00:00
parent fd57311094
commit 025f48c0c2

View File

@ -29,9 +29,9 @@ if __name__ == "__main__":
pop_layout = pd.read_csv(snakemake.input.clustered_pop_layout, index_col=0) pop_layout = pd.read_csv(snakemake.input.clustered_pop_layout, index_col=0)
district_heat_share = pd.read_csv( district_heat_share = pd.read_csv(snakemake.input.district_heat_share, index_col=0)[
snakemake.input.district_heat_share, index_col=0 "district heat share"
)["district heat share"] ]
# make ct-based share nodal # make ct-based share nodal
district_heat_share = district_heat_share.loc[pop_layout.ct] district_heat_share = district_heat_share.loc[pop_layout.ct]