Skip to content

Commit afee41d

Browse files
Fix Construction Years tooltip text typo ('constructions')
1 parent 1a3db88 commit afee41d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/geophires_x/SurfacePlant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ def __init__(self, model: Model):
415415
UnitType=Units.NONE,
416416
ErrMessage="assume default number of years in construction (1)",
417417
ToolTipText='Number of years spent in construction (assumes whole years, no fractions). '
418-
'Capital costs are spread evenly over constructions years e.g. if total capital costs are '
418+
'Capital costs are spread evenly over construction years e.g. if total capital costs are '
419419
'$500M and there are 2 construction years, '
420420
'then $250M will be spent in both the first and second construction years.'
421421
)

src/geophires_x_schema_generator/geophires-request.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1252,7 +1252,7 @@
12521252
"maximum": 1.0
12531253
},
12541254
"Construction Years": {
1255-
"description": "Number of years spent in construction (assumes whole years, no fractions). Capital costs are spread evenly over constructions years e.g. if total capital costs are $500M and there are 2 construction years, then $250M will be spent in both the first and second construction years.",
1255+
"description": "Number of years spent in construction (assumes whole years, no fractions). Capital costs are spread evenly over construction years e.g. if total capital costs are $500M and there are 2 construction years, then $250M will be spent in both the first and second construction years.",
12561256
"type": "integer",
12571257
"units": null,
12581258
"category": "Surface Plant",

0 commit comments

Comments
 (0)