compatibility for config with single node in single country

This commit is contained in:
Fabian Neumann 2024-01-03 13:15:43 +01:00
parent a3cfc8cde5
commit bcafbb1e54
4 changed files with 0 additions and 4 deletions

View File

@ -28,7 +28,6 @@ if __name__ == "__main__":
gpd.read_file(snakemake.input.regions_onshore)
.set_index("name")
.buffer(0)
.squeeze()
)
I = cutout.indicatormatrix(clustered_regions)

View File

@ -34,7 +34,6 @@ if __name__ == "__main__":
gpd.read_file(snakemake.input.regions_onshore)
.set_index("name")
.buffer(0)
.squeeze()
)
I = cutout.indicatormatrix(clustered_regions)

View File

@ -36,7 +36,6 @@ if __name__ == "__main__":
gpd.read_file(snakemake.input.regions_onshore)
.set_index("name")
.buffer(0)
.squeeze()
)
I = cutout.indicatormatrix(clustered_regions)

View File

@ -34,7 +34,6 @@ if __name__ == "__main__":
gpd.read_file(snakemake.input.regions_onshore)
.set_index("name")
.buffer(0)
.squeeze()
)
I = cutout.indicatormatrix(clustered_regions)