Skip to content

Commit 5d357f0

Browse files
Update diffeqfluxtests.jl
1 parent 51ec2c2 commit 5d357f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/diffeqfluxtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ 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),
107+
BFGS(initial_stepnorm = 0.0001, allow_f_increases = true),
108108
callback = callback,
109109
maxiters = 300)
110110
@test result_neuralode2.objectiveloss_neuralode(result_neuralode2.u)[1] rtol=1e-2

0 commit comments

Comments
 (0)