Skip to content

Commit 832638e

Browse files
Economics.TotalRevenue naming TODO
1 parent 12f3269 commit 832638e

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
@@ -1778,6 +1778,9 @@ def __init__(self, model: Model):
17781778
PreferredUnits=PercentUnit.PERCENT,
17791779
CurrentUnits=PercentUnit.PERCENT
17801780
)
1781+
1782+
# TODO this is displayed as "Project Net Revenue" in Revenue & Cashflow Profile which is probably not an
1783+
# accurate synonym for annual revenue
17811784
self.TotalRevenue = self.OutputParameterDict[self.TotalRevenue.Name] = OutputParameter(
17821785
Name="Annual Revenue from Project",
17831786
UnitType=Units.CURRENCYFREQUENCY,

0 commit comments

Comments
 (0)