Skip to content

Commit 90aba86

Browse files
test: fix input output test
1 parent 0234315 commit 90aba86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/input_output_handling.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ end
450450
@mtkbuild sys = ODESystem(eqs, t, [x], [])
451451

452452
f, dvs, ps, io_sys = ModelingToolkit.generate_control_function(sys)
453-
@test f[1]([0.5], nothing, MTKParameters(io_sys, []), 0.0) [1.0]
453+
@test f([0.5], nothing, MTKParameters(io_sys, []), 0.0) [1.0]
454454
end
455455

456456
@testset "With callable symbolic" begin

0 commit comments

Comments
 (0)