Closed
Description
What happened?
Calling new_trajectory = remove_components(old_trajectory, Symbol[])
removes
5187
any global data in old_trajectory
(the function does not handle it). See this line in DirectTrajOpt.jl for a relevant use case.
Version
stable release
What does this bug affect?
- construction
- methods
- plotting
- documentation
- tests
- other (please specify below)
Other information
No response