Skip to content

Commit 8b60c5e

Browse files
committed
doc fix
1 parent e8cf2e1 commit 8b60c5e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

emod_api/demographics/demographics_base.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -676,8 +676,10 @@ def SetDefaultFromTemplate(self, template, setter_fn=None):
676676

677677
# TODO: is this useful in a way that warrants a special-case function in emodpy built around set_age_distribution?
678678
# https://github.com/InstituteforDiseaseModeling/emod-api-old/issues/788
679-
def SetEquilibriumAgeDistFromBirthAndMortRates(self, birth_rate: float = 40.0, mortality_rate: float = 20.0,
680-
node_ids=None):
679+
def SetEquilibriumAgeDistFromBirthAndMortRates(self,
680+
birth_rate: float = 40.0,
681+
mortality_rate: float = 20.0,
682+
node_ids: List[int] = None):
681683
"""
682684
Set age distribution based on birth and death rates. Implicit function.
683685

0 commit comments

Comments
 (0)