Skip to content

Commit 726a814

Browse files
more robust test
1 parent 93d3853 commit 726a814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/OptimizationOptimisers/test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ end
124124

125125
res = Optimization.solve(prob, Optimisers.Adam(), callback = callback, epochs = 100)
126126

127-
@test res.objective < 1e-4
127+
@test res.objective < 1e-3
128128

129129
data = CPUDevice()(data)
130130
optf = OptimizationFunction(loss, AutoZygote())

0 commit comments

Comments
 (0)