Skip to content

Commit 48ee139

Browse files
Update runtests.jl
1 parent 8f74b00 commit 48ee139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/OptimizationSciPy/test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ end
293293
end
294294
optprob = OptimizationFunction(rosenbrock, OptimizationBase.AutoZygote())
295295
prob = OptimizationProblem(optprob, x0, _p)
296-
@test_throws ErrorException solve(prob, ScipyBFGS(), callback = cbstopping)
296+
@test_throws Any solve(prob, ScipyBFGS(), callback = cbstopping)
297297
end
298298

299299
@testset "constrained optimization" begin

0 commit comments

Comments
 (0)