-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add simple ODE demo #101
Add simple ODE demo #101
Conversation
Test suite seems to be failing for the same reason currently under investigation in #104. |
@ddundo Since you mentioned you'd already been looking at this, would you be happy to review it? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks nice @jwallwork23! Left a few small comments :)
Thanks for the review @ddundo. I think I addressed all your concerns. Also used |
Thanks @jwallwork23, I think this is much clearer now! |
Closes #100.
Also introduces a new
PointSeq
class for use with ODE problems.