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 e6ac4f4 commit 255d2ecCopy full SHA for 255d2ec
src/geophires_x/Economics.py
@@ -1785,6 +1785,9 @@ def __init__(self, model: Model):
1785
PreferredUnits=PercentUnit.PERCENT,
1786
CurrentUnits=PercentUnit.PERCENT
1787
)
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
1791
self.TotalRevenue = self.OutputParameterDict[self.TotalRevenue.Name] = OutputParameter(
1792
Name="Annual Revenue from Project",
1793
UnitType=Units.CURRENCYFREQUENCY,
0 commit comments