Skip to content

Commit

Permalink
DefaultValue instead of value
Browse files Browse the repository at this point in the history
  • Loading branch information
softwareengineerprogrammer committed Nov 14, 2024
1 parent a022fd6 commit 4f73e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/geophires_x/SurfacePlantHeatPump.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def __init__(self, model: Model):

self.heat_pump_cop = self.ParameterDict[self.heat_pump_cop.Name] = floatParameter(
"Heat Pump COP",
value=5,
DefaultValue=5,
Min=1,
Max=10,
UnitType=Units.PERCENT,
Expand Down

0 comments on commit 4f73e48

Please sign in to comment.