Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
twallema committed Jul 25, 2024
1 parent 9bfd890 commit 7bb3b48
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tutorials/IDD/spatial_SIR/models.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
This script contains a spatially-explicit SIR model.
This script contains implementations of a age- and space stratified SIR model.
"""

__author__ = "Tijs Alleman"
Expand Down Expand Up @@ -74,7 +74,6 @@ def integrate(t, S, I, R, beta, gamma, f_v, N, M):
### Stochastic ###
###################


class spatial_TL_SIR(JumpProcess):
"""
SIR stochastic model with a spatial stratification
Expand Down

0 comments on commit 7bb3b48

Please sign in to comment.