clear arrangement
This commit is contained in:
parent
1bd3a5a806
commit
14cf5815bb
@ -363,6 +363,7 @@ if __name__ == "__main__":
|
||||
busmaps.append(cluster_map)
|
||||
else:
|
||||
n.buses = n.buses.drop(['symbol', 'tags', 'under_construction', 'substation_lv', 'substation_off'], axis=1)
|
||||
|
||||
n.export_to_netcdf(snakemake.output.network)
|
||||
|
||||
busmap_s = reduce(lambda x, y: x.map(y), busmaps[1:], busmaps[0])
|
||||
|
Loading…
Reference in New Issue
Block a user