mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
innovation rate added to floor
This commit is contained in:
parent
cc13843e67
commit
080fcdabb6
1 changed files with 2 additions and 1 deletions
|
|
@ -264,6 +264,7 @@ class FloorRecommendations(Definitions):
|
||||||
material["type"] == "solid_floor_insulation"
|
material["type"] == "solid_floor_insulation"
|
||||||
else "Suspended, insulated"
|
else "Suspended, insulated"
|
||||||
},
|
},
|
||||||
**cost_result
|
**cost_result,
|
||||||
|
"innovation_rate": material["innovation_rate"],
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue