Skip to content
Snippets Groups Projects
Commit 2bdb0569 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

updated

parent 5d99da71
No related branches found
No related tags found
No related merge requests found
...@@ -39,8 +39,8 @@ S0 = N-E0-I0 ...@@ -39,8 +39,8 @@ S0 = N-E0-I0
t0 = 24 t0 = 24
# max_t = 5*days[len(swiss)-1] # max_t = 5*days[len(swiss)-1]
max_t = 2000 max_t = 200.0
n_steps = 100000 n_steps = 10000
dt = max_t / n_steps dt = max_t / n_steps
y0 = np.array([S0, E0, I0, R0]) y0 = np.array([S0, E0, I0, R0])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment