Skip to content

Commit

Permalink
deduplication policy will not have a default.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Bloedow committed Nov 22, 2023
1 parent 00ec0d5 commit e7092ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emodpy_typhoid/interventions/typhoid_vaccine.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def new_intervention( camp, efficacy=0.82, mode="Shedding", constant_period=0, d

return intervention

def new_vax( camp, , deduplication_policy, efficacy=0.82, mode="Acquisition", constant_period=0, decay_constant=0, expected_expiration=0 ):
def new_vax( camp, deduplication_policy, efficacy=0.82, mode="Acquisition", constant_period=0, decay_constant=0, expected_expiration=0 ):
"""
Create a new 'SimpleVaccine' intervention with specified parameters. If you use this function directly, you'll need to distribute the intervention with a function like ScheduledCampaignEvent or TriggeredCampaignEvent from emod_api.interventions.common.
Expand Down

0 comments on commit e7092ff

Please sign in to comment.