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

Fix recipe for singleton reach-sets #548

Open
mforets opened this issue Sep 1, 2021 · 0 comments
Open

Fix recipe for singleton reach-sets #548

mforets opened this issue Sep 1, 2021 · 0 comments

Comments

@mforets
Copy link
Member

mforets commented Sep 1, 2021

prob = @ivp(x' = [0 1; -1 0] * x, x(0)  ones(2))
sol_orbit = solve(prob, T=10, alg=ORBIT=1e-1));

plot(sol_orbit, vars=(0, 1)) # works
plot(sol_orbit[1:1], vars=(0, 1)) # empty plot
@mforets mforets changed the title Fix recipe for singleton arrays Fix recipe for singleton reach-sets Sep 1, 2021
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

1 participant