Skip to content

Commit 33e1d60

Browse files
1 parent a66b3f1 commit 33e1d60

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/geophires_x/Economics.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -979,7 +979,8 @@ def __init__(self, model: Model):
979979
PreferredUnits=PercentUnit.TENTH,
980980
CurrentUnits=PercentUnit.TENTH,
981981
ErrMessage="assume default investment tax credit rate (0)",
982-
ToolTipText="Investment tax credit rate (see docs)"
982+
ToolTipText="Investment tax credit rate "
983+
"(see https://programs.dsireusa.org/system/program/detail/658)"
983984
)
984985
self.PTR = self.ParameterDict[self.PTR.Name] = floatParameter(
985986
"Property Tax Rate",

src/geophires_x_schema_generator/geophires-request.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1644,7 +1644,7 @@
16441644
"maximum": 1.0
16451645
},
16461646
"Investment Tax Credit Rate": {
1647-
"description": "Investment tax credit rate (see docs)",
1647+
"description": "Investment tax credit rate (see https://programs.dsireusa.org/system/program/detail/658)",
16481648
"type": "number",
16491649
"units": "",
16501650
"category": "Economics",

0 commit comments

Comments
 (0)