Skip to content

Commit

Permalink
revert removing list of state names
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-champagne committed Jan 13, 2025
1 parent 09a3143 commit 45b6d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/problem_templates/_problem_templates.jl
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function apply_piccolo_options!(
piccolo_options::PiccoloOptions,
traj::NamedTrajectory,
operator::Union{Nothing, AbstractPiccoloOperator},
state_name::Symbol,
state_names::AbstractVector{<:Symbol},
timestep_name::Symbol
)
state_names = [
Expand Down

0 comments on commit 45b6d36

Please sign in to comment.