Skip to content

Commit

Permalink
fix: fix syntax error in linearization_function
Browse files Browse the repository at this point in the history
  • Loading branch information
AayushSabharwal committed Jul 31, 2024
1 parent c2e6e4a commit ad96d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/systems/abstractsystem.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2167,7 +2167,7 @@ function linearization_function(sys::AbstractSystem, inputs,
u_getter = isempty(unknowns(initsys)) ? (_...) -> nothing :
build_explicit_observed_function(
sys, unknowns(initsys); eval_expression, eval_module)
get_initprob_u_p = let p_getter,
get_initprob_u_p = let p_getter = p_getter,
p_setter! = setp(initsys, initsys_ps),
u_getter = u_getter

Expand Down

0 comments on commit ad96d9a

Please sign in to comment.