Skip to content

Commit

Permalink
Update urbanopt_des/modelica_results.py
Browse files Browse the repository at this point in the history
Co-authored-by: Nathan Moore <nathan.moore@nrel.gov>
  • Loading branch information
nllong and vtnate authored Jan 9, 2025
1 parent df3d6d4 commit 874ba54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion urbanopt_des/modelica_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'.
Expand Down

0 comments on commit 874ba54

Please sign in to comment.