Skip to content

Commit

Permalink
Addressed PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yunjoonjung-PNNL committed Aug 19, 2024
1 parent 6ba01ba commit b8b4656
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ def get_swh_uses_associated_with_each_building_segment(
rmd: dict, building_segment_id: str
) -> list[str]:
"""
This function gets all the SWH uses connected to a building segment. This function is primarily to encapsulate getting service water heating uses in one function so that if a change is made in the schema as to how service water heating use is specified,
the RCT only needs to change in one place.
This function gets all the SWH uses connected to a building segment or an empty list if no service water heating uses are found in the building segment. This function is primarily to encapsulate getting service water heating uses in one function so that if a change is made in the schema as to how service water heating use is specified,
the RCT only needs to change in one place .
Parameters
----------
Expand All @@ -17,7 +17,7 @@ def get_swh_uses_associated_with_each_building_segment(
Returns
-------
swh_uses: list
swh_uses_list: list
A list containing the ids of all service water heating uses associated with a building segment
"""

Expand Down

0 comments on commit b8b4656

Please sign in to comment.