Skip to content

Commit dcbfc33

Browse files
Fix Reservoir Impedance tooltip whitespace
1 parent 2d195af commit dcbfc33

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

src/geophires_x/SUTRAWellBores.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ def __init__(self, model: Model):
9898
PreferredUnits=ImpedanceUnit.GPASPERM3,
9999
CurrentUnits=ImpedanceUnit.GPASPERM3,
100100
ErrMessage="assume default reservoir impedance (0.1 GPa*s/m^3)",
101-
ToolTipText="Reservoir resistance to flow per well-pair. For EGS-type reservoirs when the injection well \
102-
is in hydraulic communication with the production well, this parameter specifies the overall pressure drop \
103-
in the reservoir between injection well and production well (see docs)",
101+
ToolTipText='Reservoir resistance to flow per well-pair. For EGS-type reservoirs when the injection well '
102+
'is in hydraulic communication with the production well, this parameter specifies the overall '
103+
'pressure drop in the reservoir between injection well and production well (see docs)',
104104
)
105105

106106
self.Tinj = self.ParameterDict[self.Tinj.Name] = floatParameter(

src/geophires_x/WellBores.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -807,9 +807,10 @@ def __init__(self, model: Model):
807807
PreferredUnits=ImpedanceUnit.GPASPERM3,
808808
CurrentUnits=ImpedanceUnit.GPASPERM3,
809809
ErrMessage="assume default reservoir impedance (0.1 GPa*s/m^3)",
810-
ToolTipText="Reservoir resistance to flow per well-pair. For EGS-type reservoirs when the injection well "
811-
"is in hydraulic communication with the production well, this parameter specifies the overall "
812-
"pressure drop in the reservoir between injection well and production well (see docs)"
810+
ToolTipText='Reservoir resistance to flow per well-pair. '
811+
'For EGS-type reservoirs when the injection well is in hydraulic communication with the '
812+
'production well, this parameter specifies the overall pressure drop in the reservoir between '
813+
'injection well and production well (see docs)'
813814
)
814815
self.wellsep = self.ParameterDict[self.wellsep.Name] = floatParameter(
815816
"Well Separation",

src/geophires_x_schema_generator/geophires-request.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@
693693
"maximum": 500.0
694694
},
695695
"Reservoir Impedance": {
696-
"description": "Reservoir resistance to flow per well-pair. For EGS-type reservoirs when the injection well is in hydraulic communication with the production well, this parameter specifies the overall pressure drop in the reservoir between injection well and production well (see docs)",
696+
"description": "Reservoir resistance to flow per well-pair. For EGS-type reservoirs when the injection well is in hydraulic communication with the production well, this parameter specifies the overall pressure drop in the reservoir between injection well and production well (see docs)",
697697
"type": "number",
698698
"units": "GPa.s/m**3",
699699
"category": "Well Bores",

0 commit comments

Comments
 (0)