Skip to content

Commit 1a3df2f

Browse files
Clarify fraction of investment in bonds = debt in tooltip text
1 parent e22f37e commit 1a3df2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/geophires_x/Economics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -884,7 +884,7 @@ def __init__(self, model: Model):
884884
PreferredUnits=PercentUnit.TENTH,
885885
CurrentUnits=PercentUnit.TENTH,
886886
ErrMessage="assume default fraction of investment in bonds (0.5)",
887-
ToolTipText="Fraction of geothermal project financing through bonds (see docs)"
887+
ToolTipText="Fraction of geothermal project financing through bonds (debt)."
888888
)
889889
self.BIR = self.ParameterDict[self.BIR.Name] = floatParameter(
890890
"Inflated Bond Interest Rate",

src/geophires_x_schema_generator/geophires-request.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1595,7 +1595,7 @@
15951595
"maximum": null
15961596
},
15971597
"Fraction of Investment in Bonds": {
1598-
"description": "Fraction of geothermal project financing through bonds (see docs)",
1598+
"description": "Fraction of geothermal project financing through bonds (debt).",
15991599
"type": "number",
16001600
"units": "",
16011601
"category": "Economics",

0 commit comments

Comments
 (0)