mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
removing temp code
This commit is contained in:
parent
35911c0db7
commit
e1593445ac
1 changed files with 0 additions and 9 deletions
|
|
@ -231,15 +231,6 @@ class TestRecommendationUtils:
|
||||||
expected_uvalue = test_case["uvalue"]
|
expected_uvalue = test_case["uvalue"]
|
||||||
inputs = test_case.copy()
|
inputs = test_case.copy()
|
||||||
del inputs["uvalue"]
|
del inputs["uvalue"]
|
||||||
# insulation_thickness = inputs["insulation_thickness"]
|
|
||||||
# has_dwelling_above = inputs["has_dwelling_above"]
|
|
||||||
# is_loft = inputs["is_loft"]
|
|
||||||
# is_roof_room = inputs["is_roof_room"]
|
|
||||||
# is_thatched = inputs["is_thatched"]
|
|
||||||
# age_band = inputs["age_band"]
|
|
||||||
# is_flat = inputs["is_flat"]
|
|
||||||
# is_pitched = inputs["is_pitched"]
|
|
||||||
# is_at_rafters = inputs["is_at_rafters"]
|
|
||||||
uvalue = recommendation_utils.get_roof_u_value(**inputs)
|
uvalue = recommendation_utils.get_roof_u_value(**inputs)
|
||||||
assert expected_uvalue == uvalue, f"Expected u value {expected_uvalue}, recieved {uvalue}"
|
assert expected_uvalue == uvalue, f"Expected u value {expected_uvalue}, recieved {uvalue}"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue