simplify network: remove 'underground' column to avoid consense error
This commit is contained in:
parent
8ae568d852
commit
4a8af57a59
@ -613,6 +613,7 @@ if __name__ == "__main__":
|
||||
"substation_lv",
|
||||
"substation_off",
|
||||
"geometry",
|
||||
"underground",
|
||||
]
|
||||
n.buses.drop(remove, axis=1, inplace=True, errors="ignore")
|
||||
n.lines.drop(remove, axis=1, errors="ignore", inplace=True)
|
||||
|
Loading…
Reference in New Issue
Block a user