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

The GUI rerun should support changing the initial conditions and time array. #206

Open
moorepants opened this issue Jun 8, 2015 · 3 comments · Fixed by #333 · May be fixed by #287
Open

The GUI rerun should support changing the initial conditions and time array. #206

moorepants opened this issue Jun 8, 2015 · 3 comments · Fixed by #333 · May be fixed by #287

Comments

@moorepants
Copy link
Member

There is no way to change the initial conditions or time array from the GUI. These are important items to be able manipulate.

@oliverlee
Copy link
Contributor

Keep in mind that the system may not be defined and just the trajectory is available, so these options won't always be useable.

@moorepants
Copy link
Member Author

Yes, these would only be changeable if you are using the System class to generate a scene, much like the constants are used now. We need to make sure that if arbitrary trajectories are passed in it is aware.

oliverlee added a commit to oliverlee/pydy that referenced this issue Oct 19, 2015
If a System object is used, create text widgets for start time, end
time, and time step. This only allows creation of an evenly spaced time
array and changes to these widgets will create a new time array for
simulation.

This commit resolves pydy#206.
@oliverlee oliverlee linked a pull request Oct 19, 2015 that will close this issue
oliverlee added a commit to oliverlee/pydy that referenced this issue Oct 22, 2015
If a System object is used, create text widgets for start time, end
time, and time step. This only allows creation of an evenly spaced time
array and changes to these widgets will create a new time array for
simulation.

This commit resolves pydy#206.
oliverlee added a commit to oliverlee/pydy that referenced this issue Jan 28, 2016
If a System object is used, create text widgets for start time, end
time, and time step. This only allows creation of an evenly spaced time
array and changes to these widgets will create a new time array for
simulation.

This commit resolves pydy#206.
@oliverlee
Copy link
Contributor

The time parameters PR hasn't been merged.

@oliverlee oliverlee reopened this Mar 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants