Skip to content

Commit

Permalink
Fixes per cr from @shchen-idmod.org.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Bloedow committed Nov 14, 2023
1 parent b83d085 commit 7fb123e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/future_campaign/multi_sweep.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,6 @@ def add_vax_intervention(campaign, values, min_age=0.75, max_age=15, binary_immu
if 'coverage' in key:
camp_coverage = values[key]
break
else:
camp_coverage = values['coverage_camp']

if binary_immunity:
tv_iv = tv.new_vax(campaign,
Expand Down

0 comments on commit 7fb123e

Please sign in to comment.