Skip to content

Commit 31be83b

Browse files
tooltip text phrasing consistency
1 parent 924063d commit 31be83b

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
@@ -586,7 +586,7 @@ def __init__(self, model: Model):
586586
CurrentUnits=CurrencyUnit.MDOLLARS,
587587
Provided=False,
588588
Valid=False,
589-
ToolTipText="Total reservoir stimulation capital cost, including contingency and indirect costs."
589+
ToolTipText="Total reservoir stimulation capital cost, including indirect costs and contingency."
590590
)
591591

592592
max_stimulation_cost_per_well_MUSD = 100

src/geophires_x_schema_generator/geophires-request.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1387,7 +1387,7 @@
13871387
]
13881388
},
13891389
"Reservoir Stimulation Capital Cost": {
1390-
"description": "Total reservoir stimulation capital cost, including contingency and indirect costs.",
1390+
"description": "Total reservoir stimulation capital cost, including indirect costs and contingency.",
13911391
"type": "number",
13921392
"units": "MUSD",
13931393
"category": "Economics",

0 commit comments

Comments
 (0)