Merge branch 'master' into copy-config-module
This commit is contained in:
commit
7dade71607
File diff suppressed because it is too large
Load Diff
@ -282,7 +282,10 @@ def plot_balances():
|
|||||||
# remove trailing link ports
|
# remove trailing link ports
|
||||||
df.index = [
|
df.index = [
|
||||||
i[:-1]
|
i[:-1]
|
||||||
if ((i not in ["co2", "NH3", "H2"]) and (i[-1:] in ["0", "1", "2", "3"]))
|
if (
|
||||||
|
(i not in ["co2", "NH3", "H2"])
|
||||||
|
and (i[-1:] in ["0", "1", "2", "3", "4"])
|
||||||
|
)
|
||||||
else i
|
else i
|
||||||
for i in df.index
|
for i in df.index
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user