Skip to content

Commit 1e9181f

Browse files
authored
Update input_output_handling.jl to remove use of drop_expr
1 parent 14996d7 commit 1e9181f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/input_output_handling.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,7 @@ if VERSION >= v"1.8" # :opaque_closure not supported before
140140
A, B, C, D = matrices
141141
obsf = ModelingToolkit.build_explicit_observed_function(ssys,
142142
[y],
143-
inputs = [torque.tau.u],
144-
drop_expr = identity)
143+
inputs = [torque.tau.u])
145144
x = randn(size(A, 1))
146145
u = randn(size(B, 2))
147146
p = (getindex.(

0 commit comments

Comments
 (0)