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

rk4 solver returns NaNs sometimes #534

Closed
sg-s opened this issue Jul 8, 2020 · 1 comment
Closed

rk4 solver returns NaNs sometimes #534

sg-s opened this issue Jul 8, 2020 · 1 comment
Assignees
Labels
bug something is broken

Comments

@sg-s
Copy link
Owner

sg-s commented Jul 8, 2020

x = xolotl.examples.networks.pyloric;
x.solver_order = 4;
[V,~,~,I] = x.integrate;
plot(I(:,2))
@sg-s sg-s added the bug something is broken label Jul 8, 2020
@sg-s sg-s self-assigned this Jul 8, 2020
@sg-s
Copy link
Owner Author

sg-s commented Jul 8, 2020

problem only affects Calcium channels -- because E is NaN for whatever reason.

@sg-s sg-s closed this as completed in 7a2722e Jul 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something is broken
Projects
None yet
Development

No branches or pull requests

1 participant