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 5aee457 commit 0283386Copy full SHA for 0283386
lib/OptimizationMOI/test/runtests.jl
@@ -87,7 +87,7 @@ end
87
88
@testset "backends" begin for backend in (Optimization.AutoModelingToolkit(false, false),
89
Optimization.AutoModelingToolkit(true, false),
90
- Optimization.AutoModelingToolkit(false, true),
+ Optimization.AutoModelingToolkit(false, true),
91
Optimization.AutoModelingToolkit(true, true))
92
@testset "$backend" begin
93
_test_sparse_derivatives_hs071(backend, Ipopt.Optimizer())
0 commit comments