Skip to content

Commit

Permalink
Update input_output_handling.jl to remove drop_expr
Browse files Browse the repository at this point in the history
drop_expr was disabled some time ago
  • Loading branch information
BenChung authored Nov 15, 2024
1 parent 14996d7 commit 25b1d19
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/input_output_handling.jl
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,7 @@ if VERSION >= v"1.8" # :opaque_closure not supported before
A, B, C, D = matrices
obsf = ModelingToolkit.build_explicit_observed_function(ssys,
[y],
inputs = [torque.tau.u],
drop_expr = identity)
inputs = [torque.tau.u])
x = randn(size(A, 1))
u = randn(size(B, 2))
p = (getindex.(
Expand Down

0 comments on commit 25b1d19

Please sign in to comment.