Skip to content

Commit

Permalink
Remove non-standard section identifiers.
Browse files Browse the repository at this point in the history
They result in warnings when the documentation is built.
  • Loading branch information
ioannis-vm committed Dec 3, 2024
1 parent 03e00ce commit fdd94b2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pelicun/resources/DamageAndLossModelLibrary
7 changes: 3 additions & 4 deletions pelicun/tests/dl_calculation/e9/custom_pop.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@ def auto_populate(aim):
"""
Populates the DL model for tsunami example using custom fragility functions
Assumptions
-----------
Assumptions:
* Everything relevant to auto-population is provided in the
Buiding Information Model (AIM).
Buiding Information Model (AIM).
* The information expected in the AIM file is described in the
parse_AIM method.
parse_AIM method.
Parameters
----------
Expand Down
3 changes: 1 addition & 2 deletions pelicun/tests/dl_calculation/rulesets/MetaVarRulesets.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ def parse_BIM(BIM_in, location, hazards):
hazard: list of str
Supported hazard types: "wind", "inundation"
BIM attributes
--------------
BIM attributes:
NumberOfStories: str
Number of stories
YearBuilt: str
Expand Down

0 comments on commit fdd94b2

Please sign in to comment.