mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
Merge pull request #350 from Hestia-Homes/renewables-recommendations
default optimisation on
This commit is contained in:
commit
1d3d9b3b01
1 changed files with 1 additions and 1 deletions
|
|
@ -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"}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue