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

problem.solution.time not consistent #86

Open
jtheinen opened this issue Aug 10, 2023 · 0 comments
Open

problem.solution.time not consistent #86

jtheinen opened this issue Aug 10, 2023 · 0 comments

Comments

@jtheinen
Copy link
Contributor

Problem

when showing problem.solution.time, the start of the first phase never shows, even when initial time is a non zero number.
problem.solution.time Out: (array([1.]), array([1., 2.]))

Solution

I think it would make more sense if the output is consistent: (array([t0_p0, tF_p0]), array([t0_p1, tF_p1]))
problem.solution.time Out: (array([0, 1.], array([1., 2.]))

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