Skip to content

Commit

Permalink
build_cross_immunity_matrix -> load_cross_immunity_matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
arik-shurygin committed Jan 29, 2024
1 parent 24a52d9 commit ac55d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mechanistic_compartments.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def __init__(self, **kwargs):

# GENERATE CROSS IMMUNITY MATRIX with protection from STRAIN_INTERACTIONS most recent infected strain.
if self.CROSSIMMUNITY_MATRIX is None:
self.build_cross_immunity_matrix()
self.load_cross_immunity_matrix()
# if not given, load population fractions based on observed census data into self
if not self.INITIAL_POPULATION_FRACTIONS:
self.load_initial_population_fractions()
Expand Down

0 comments on commit ac55d03

Please sign in to comment.