small change in commented line

This commit is contained in:
martavp 2020-08-14 11:04:35 +02:00
parent 8c196a7a21
commit 6037882dbb

View File

@ -53,7 +53,7 @@ def add_brownfield(n, n_p, year):
n_p.mremove(c.name,
c.df.index[c.df.lifetime.isna()])
#remove assets whose build_year + lifetime < year are removed
#remove assets whose build_year + lifetime < year
n_p.mremove(c.name,
c.df.index[c.df.build_year + c.df.lifetime < year])