Lewuathe/COVID19-SIR

Solve IVP doesn't response

Opened this issue · 1 comments

Hello,

I have been having troubles with the following line:

solution = solve_ivp(SIR, [0, size], [s_0,i_0,r_0], t_eval=np.arange(0, size, 1), vectorized=True)

At fourth iteration, it never ends processing. Should I let it more time? How long does it take? I have let the process until 20-30 min and it doesn't response

Thank you in advance!