In line 183 of Models.py in the model **"DestSum"** it prints as: **return self.aggregated_results** All the other models are: **return self.model_results** Could you please make that consistent with the rest of the models? Thanks!
In line 183 of Models.py in the model "DestSum" it prints as:
return self.aggregated_results
All the other models are:
return self.model_results
Could you please make that consistent with the rest of the models?
Thanks!