Merge pull request #350 from Hestia-Homes/renewables-recommendations

default optimisation on
This commit is contained in:
KhalimCK 2024-10-08 18:47:07 +01:00 committed by GitHub
commit 1d3d9b3b01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -87,7 +87,7 @@ class PlanTriggerRequest(BaseModel):
multi_plan: Optional[bool] = False
# if False, allows optimisation to be switched off
optimise: Optional[bool] = False
optimise: Optional[bool] = True
_allowed_goals = {"Increasing EPC"}