Skip to content

Commit cbb4f22

Browse files
Update test/input_output_handling.jl
Co-authored-by: Fredrik Bagge Carlson <[email protected]>
1 parent 39f70a9 commit cbb4f22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/input_output_handling.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ eqs = [connect_sd(sd, mass1, mass2)
268268
@named model = compose(_model, mass1, mass2, sd);
269269

270270
f, dvs, ps, io_sys = ModelingToolkit.generate_control_function(
271-
model; inputs = [u]simplify = true)
271+
model; inputs = [u], simplify = true)
272272
@test length(dvs) == 4
273273
p = MTKParameters(io_sys, [io_sys.u => NaN])
274274
x = ModelingToolkit.varmap_to_vars(

0 commit comments

Comments
 (0)