We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12f3269 commit 832638eCopy full SHA for 832638e
src/geophires_x/Economics.py
@@ -1778,6 +1778,9 @@ def __init__(self, model: Model):
1778
PreferredUnits=PercentUnit.PERCENT,
1779
CurrentUnits=PercentUnit.PERCENT
1780
)
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
1784
self.TotalRevenue = self.OutputParameterDict[self.TotalRevenue.Name] = OutputParameter(
1785
Name="Annual Revenue from Project",
1786
UnitType=Units.CURRENCYFREQUENCY,
0 commit comments