Skip to content

Commit 029578d

Browse files
link reference to 535c02d (instead of just raw commit hash)
1 parent fc9a7b3 commit 029578d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/geophires_x/Outputs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ def PrintOutputs(self, model: Model):
253253

254254
if model.economics.econmodel.value == EconomicModel.SAM_SINGLE_OWNER_PPA:
255255
# TODO disambiguate interest rate for all economic models - see
256-
# 535c02d4adbeeeca553b61e9b996fccf00016529
256+
# https://github.com/softwareengineerprogrammer/GEOPHIRES/commit/535c02d4adbeeeca553b61e9b996fccf00016529
257257
irfl = Outputs._field_label(econ.interest_rate.Name, 49)
258258
f.write(f' {irfl}{econ.interest_rate.value:10.2f} {econ.interest_rate.CurrentUnits.value}\n')
259259

0 commit comments

Comments
 (0)