Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solve IVP doesn't response #29

Open
javierrodenas opened this issue Apr 17, 2020 · 1 comment
Open

Solve IVP doesn't response #29

javierrodenas opened this issue Apr 17, 2020 · 1 comment

Comments

@javierrodenas
Copy link

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!

@gasilva
Copy link
Contributor

gasilva commented Apr 18, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants