Skip to content

Commit 7774ab3

Browse files
remove redundant drilling and completion cost per well tooltip text (leftover cruft from stim cost per well coding)
1 parent 40ae675 commit 7774ab3

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

src/geophires_x/Economics.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2478,15 +2478,13 @@ def __init__(self, model: Model):
24782478
UnitType=Units.CURRENCY,
24792479
PreferredUnits=CurrencyUnit.MDOLLARS,
24802480
CurrentUnits=CurrencyUnit.MDOLLARS,
2481-
ToolTipText='Drilling and completion costs per vertical production well'
24822481
)
24832482
self.cost_one_injection_well = self.OutputParameterDict[self.cost_one_injection_well.Name] = OutputParameter(
24842483
Name="Cost of One Injection Well",
24852484
display_name='Drilling and completion costs per injection well',
24862485
UnitType=Units.CURRENCY,
24872486
PreferredUnits=CurrencyUnit.MDOLLARS,
24882487
CurrentUnits=CurrencyUnit.MDOLLARS,
2489-
ToolTipText='Drilling and completion costs per vertical injection well'
24902488
)
24912489
self.cost_lateral_section = self.OutputParameterDict[self.cost_lateral_section.Name] = OutputParameter(
24922490
Name="Cost of the entire (multi-) lateral section of a well",

src/geophires_x_schema_generator/geophires-result.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -427,12 +427,12 @@
427427
},
428428
"Drilling and completion costs per production well": {
429429
"type": "number",
430-
"description": "Cost of One Production Well. Drilling and completion costs per vertical production well",
430+
"description": "Cost of One Production Well",
431431
"units": "MUSD"
432432
},
433433
"Drilling and completion costs per injection well": {
434434
"type": "number",
435-
"description": "Cost of One Injection Well. Drilling and completion costs per vertical injection well",
435+
"description": "Cost of One Injection Well",
436436
"units": "MUSD"
437437
},
438438
"Drilling and completion costs per vertical production well": {},

0 commit comments

Comments
 (0)