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

Remove deprecated feature: RungeKutta transcription #547

Closed
1 of 4 tasks
robfalck opened this issue Feb 18, 2021 · 0 comments · Fixed by #550
Closed
1 of 4 tasks

Remove deprecated feature: RungeKutta transcription #547

robfalck opened this issue Feb 18, 2021 · 0 comments · Fixed by #550
Assignees
Milestone

Comments

@robfalck
Copy link
Contributor

robfalck commented Feb 18, 2021

Summary of Issue

Removal of the deprecated RungeKutta transcription.

Issue Type

  • Bug
  • Enhancement
  • Docs
  • Miscellaneous

Description

The RungeKutta transcription is deprecated and is equivalent to using GaussLobatto transcription with solve_segments=True. This includes:

  1. Removal of RungeKutta transcription class
  2. Removal of any tests that reference RungeKutta
  3. Removal of any documentation which references RungeKutta.

Example

N/A

Environment

N/A

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.

1 participant