Skip to content

Commit 3aba091

Browse files
Update diffeqfluxtests.jl
1 parent 5d357f0 commit 3aba091

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/diffeqfluxtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ result_neuralode = Optimization.solve(prob,
104104

105105
prob2 = remake(prob, u0 = result_neuralode.u)
106106
result_neuralode2 = Optimization.solve(prob2,
107-
BFGS(initial_stepnorm = 0.0001, allow_f_increases = true),
107+
BFGS(initial_stepnorm = 0.0001),
108108
callback = callback,
109-
maxiters = 300)
109+
maxiters = 300, allow_f_increases = true)
110110
@test result_neuralode2.objectiveloss_neuralode(result_neuralode2.u)[1] rtol=1e-2
111111
@test result_neuralode2.objective < 10

0 commit comments

Comments
 (0)