diff --git a/urbanopt_des/modelica_results.py b/urbanopt_des/modelica_results.py index 6cfba81..824f42c 100644 --- a/urbanopt_des/modelica_results.py +++ b/urbanopt_des/modelica_results.py @@ -88,7 +88,7 @@ def save_variables(self) -> dict: def number_of_buildings(self, building_count_var: str = "nBui") -> int: """Return the number of buildings from the Modelica data, if running aggregated results then - this value can be a mismatch with the number of buildings in the GeoJSON file. + this value is allowed to be a mismatch with the number of buildings in the GeoJSON file. Args: building_count_var (str, optional): Variable that defines the count of buildings. Defaults to 'nBui'.