Skip to content

Commit ac38df6

Browse files
Merge pull request #3208 from BenChung/explicit-observed-func
Get rid of floating reference to drop_expr in tests
2 parents 2c19234 + e8cc9de commit ac38df6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/input_output_handling.jl

+1-2
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)