Skip to content

Commit 255d2ec

Browse files
Economics.TotalRevenue naming TODO
1 parent e6ac4f4 commit 255d2ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/geophires_x/Economics.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1785,6 +1785,9 @@ def __init__(self, model: Model):
17851785
PreferredUnits=PercentUnit.PERCENT,
17861786
CurrentUnits=PercentUnit.PERCENT
17871787
)
1788+
1789+
# TODO this is displayed as "Project Net Revenue" in Revenue & Cashflow Profile which is probably not an
1790+
# accurate synonym for annual revenue
17881791
self.TotalRevenue = self.OutputParameterDict[self.TotalRevenue.Name] = OutputParameter(
17891792
Name="Annual Revenue from Project",
17901793
UnitType=Units.CURRENCYFREQUENCY,

0 commit comments

Comments
 (0)