Skip to content

Commit fc5bd8e

Browse files
Fix formatting issue with Surface Temperature tooltip
1 parent 4f4cad5 commit fc5bd8e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/geophires_x/Reservoir.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,8 +404,8 @@ def __init__(self, model: Model):
404404
CurrentUnits=TemperatureUnit.CELSIUS,
405405
Required=True,
406406
ErrMessage="assume default surface temperature (15 deg.C)",
407-
ToolTipText="Surface temperature used for calculating bottom-hole temperature \
408-
(with geothermal gradient and reservoir depth)"
407+
ToolTipText="Surface temperature used for calculating bottom-hole temperature "
408+
"(with geothermal gradient and reservoir depth)"
409409
)
410410

411411
self.usebuiltintough2model = False

src/geophires_x_schema_generator/geophires-request.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@
396396
"maximum": 0.99
397397
},
398398
"Surface Temperature": {
399-
"description": "Surface temperature used for calculating bottom-hole temperature (with geothermal gradient and reservoir depth)",
399+
"description": "Surface temperature used for calculating bottom-hole temperature (with geothermal gradient and reservoir depth)",
400400
"type": "number",
401401
"units": "degC",
402402
"category": "Reservoir",

0 commit comments

Comments
 (0)