We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f74b00 commit 48ee139Copy full SHA for 48ee139
lib/OptimizationSciPy/test/runtests.jl
@@ -293,7 +293,7 @@ end
293
end
294
optprob = OptimizationFunction(rosenbrock, OptimizationBase.AutoZygote())
295
prob = OptimizationProblem(optprob, x0, _p)
296
- @test_throws ErrorException solve(prob, ScipyBFGS(), callback = cbstopping)
+ @test_throws Any solve(prob, ScipyBFGS(), callback = cbstopping)
297
298
299
@testset "constrained optimization" begin
0 commit comments