Skip to content

Commit

Permalink
Merge pull request #516 from gridsingularity/feature/RESEARCH-190
Browse files Browse the repository at this point in the history
RESEARCH-190: Corrected the default calibration coefficient value fro…
  • Loading branch information
spyrostz authored Apr 29, 2024
2 parents 8516b56 + b767766 commit 9afb662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gsy_framework/constants_limits.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ class HeatPumpSettings:
SOURCE_TYPE = HeatPumpSourceType.AIR.value
BUYING_RATE_RANGE = RateRange(0, 30)
PREFERRED_BUYING_RATE = 30
CALIBRATION_COEFFICIENT = 0.65
CALIBRATION_COEFFICIENT = 0.6
CALIBRATION_COEFFICIENT_RANGE = RangeLimit(0, 1)

class MASettings:
Expand Down

0 comments on commit 9afb662

Please sign in to comment.