Skip to content

Commit 2267a46

Browse files
Update lib/OptimizationODE/test/runtests.jl
1 parent f977f0d commit 2267a46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/OptimizationODE/test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ using OptimizationODE, SciMLBase, ADTypes
33

44
@testset "OptimizationODE Tests" begin
55

6-
function f(x, p, args...)
6+
function f(x, p)
77
return sum(abs2, x)
88
end
99

10-
function g!(g, x, p, args...)
10+
function g!(g, x, p)
1111
@. g = 2 * x
1212
end
1313

0 commit comments

Comments
 (0)