We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fb2c0d commit e8cf2e1Copy full SHA for e8cf2e1
emod_api/demographics/demographics_base.py
@@ -399,7 +399,7 @@ def SetMinimalNodeAttributes(self):
399
# DTK is births per person per day.
400
def SetBirthRate(self,
401
birth_rate: float,
402
- node_ids: List = None):
+ node_ids: List[int] = None) -> None:
403
"""
404
Set Default birth rate to birth_rate. Turn on Vital Dynamics and Births implicitly.
405
0 commit comments