Skip to content

Commit 477840e

Browse files
Treat Project location as string value field to prevent comma-separated lat/long from being incorrectly interpeted as value/unit due to the comma-space between them
1 parent 01956c9 commit 477840e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/geophires_x_client/geophires_x_result.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ class GeophiresXResult:
178178
'Segment 3 Geothermal gradient',
179179
'Segment 3 Thickness',
180180
'Segment 4 Geothermal gradient',
181-
'Project location',
181+
_StringValueField('Project location'),
182182
],
183183
'RESERVOIR PARAMETERS': [
184184
_EqualSignDelimitedField('Reservoir Model'),

0 commit comments

Comments
 (0)