mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
default optimisation on
This commit is contained in:
parent
eadd015308
commit
73324e540c
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ class PlanTriggerRequest(BaseModel):
|
||||||
multi_plan: Optional[bool] = False
|
multi_plan: Optional[bool] = False
|
||||||
|
|
||||||
# if False, allows optimisation to be switched off
|
# if False, allows optimisation to be switched off
|
||||||
optimise: Optional[bool] = False
|
optimise: Optional[bool] = True
|
||||||
|
|
||||||
_allowed_goals = {"Increasing EPC"}
|
_allowed_goals = {"Increasing EPC"}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue