From 874ba54f8448f3e79e5f077756c30e5f46d937bc Mon Sep 17 00:00:00 2001 From: Nicholas Long <1907354+nllong@users.noreply.github.com> Date: Thu, 9 Jan 2025 13:35:17 -0700 Subject: [PATCH] Update urbanopt_des/modelica_results.py Co-authored-by: Nathan Moore --- urbanopt_des/modelica_results.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'.