-
Notifications
You must be signed in to change notification settings - Fork 114
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
Labels
Comments
Keep in mind that the system may not be defined and just the trajectory is available, so these options won't always be useable. |
Yes, these would only be changeable if you are using the |
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
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.
10 tasks
The time parameters PR hasn't been merged. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is no way to change the initial conditions or time array from the GUI. These are important items to be able manipulate.
The text was updated successfully, but these errors were encountered: