Skip to content

Commit da1f405

Browse files
Merge pull request #930 from SciML/ChrisRackauckas-patch-2
Fix tests
2 parents 4799e03 + ab74959 commit da1f405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/minibatch.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ res1 = Optimization.solve(optprob, Optimisers.Adam(0.05),
7272
@test 10res1.objective < l1
7373

7474
optfun = OptimizationFunction(
75-
(θ, p, batch, time_batch) -> loss_adjoint(θ, batch,
75+
(θ, p) -> loss_adjoint(θ, batch,
7676
time_batch),
7777
Optimization.AutoModelingToolkit())
7878
optprob = OptimizationProblem(optfun, pp)

0 commit comments

Comments
 (0)