Skip to content

Commit 10a8d07

Browse files
Fix surface piping length error message default value assertion
1 parent 05fdf46 commit 10a8d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/geophires_x/SurfacePlant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ def __init__(self, model: Model):
340340
UnitType=Units.LENGTH,
341341
PreferredUnits=LengthUnit.KILOMETERS,
342342
CurrentUnits=LengthUnit.KILOMETERS,
343-
ErrMessage="assume default piping length (5km)"
343+
ErrMessage="assume default piping length (0km)"
344344
)
345345
self.plant_outlet_pressure = self.ParameterDict[self.plant_outlet_pressure.Name] = floatParameter(
346346
"Plant Outlet Pressure",

0 commit comments

Comments
 (0)