-
Notifications
You must be signed in to change notification settings - Fork 39
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 slicing to ContResult #189
Conversation
Hi, Thank you for the PR! Can you add some test to ensure the coverage please? |
I wanted to plot only a subset of the continuation results while still benefiting from the syntactic sugar of the built-in plot methods. Something like
instead of
If this is of interest, I'll play around with it some more and add some tests. |
Yes, it is a cool idea! If you add a test, Ill merge your PR. |
Okay, I think it's ready to merge. I also fixed a bug in |
Great for solving the bug I did not see. Thank you for all this !!! |
As one can index into ContResult, it would probably make some sense to be able to slice into it as well.