We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c19234 + e8cc9de commit ac38df6Copy full SHA for ac38df6
test/input_output_handling.jl
@@ -140,8 +140,7 @@ if VERSION >= v"1.8" # :opaque_closure not supported before
140
A, B, C, D = matrices
141
obsf = ModelingToolkit.build_explicit_observed_function(ssys,
142
[y],
143
- inputs = [torque.tau.u],
144
- drop_expr = identity)
+ inputs = [torque.tau.u])
145
x = randn(size(A, 1))
146
u = randn(size(B, 2))
147
p = (getindex.(
0 commit comments