removed some temp code

This commit is contained in:
Khalim Conn-Kowlessar 2023-07-01 20:28:29 +01:00
parent 7b96d30073
commit c08f74cefb

View file

@ -97,8 +97,6 @@ def handler():
)
)
z = pd.DataFrame([x for x in data if x["main-fuel"] == "To be used only when there is no heating/hot-water system"])
# Incorporate input data into cleaning
cleaner = EpcClean(data + [p.data for p in input_properties])
cleaner.clean()