diff --git a/model_data/simulation_system/core/DataProcessor.py b/model_data/simulation_system/core/DataProcessor.py index 824fcf99..bf9b473f 100644 --- a/model_data/simulation_system/core/DataProcessor.py +++ b/model_data/simulation_system/core/DataProcessor.py @@ -420,6 +420,11 @@ class DataProcessor: self.data = self.data[~pd.isnull(self.data["HOTWATER_DESCRIPTION"])] self.data = self.data[~pd.isnull(self.data["ROOF_DESCRIPTION"])] + # Because park homes are surveyed unusually (for example, we don't have u-values to + # look up for their different components, they need to be collected in survey and aren't reflected in + # EPCs) we'll ignore them from the model + self.data = self.data[self.data["PROPERTY_TYPE"] != "Park home"] + def clean_multi_glaze_proportion(self) -> None: """ If there is no multi-glaze proportion but the windows are fully glazed, then we should assume a score of 100