Skip to content

Commit

Permalink
Merge pull request #443 from IDAS-Durham/fix_yaml_bug
Browse files Browse the repository at this point in the history
adding yaml import to immunity_setter
  • Loading branch information
JosephPB authored Jan 4, 2022
2 parents aebd062 + 9766306 commit ef22ec3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions june/epidemiology/infection/immunity_setter.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from typing import Optional
import numpy as np
import yaml
from random import random
from june.utils import (
parse_age_probabilities,
Expand Down

0 comments on commit ef22ec3

Please sign in to comment.