We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f7b2dc commit f0e6720Copy full SHA for f0e6720
1 file changed
test/test_onepass_exa.jl
@@ -1697,7 +1697,8 @@ function __test_onepass_exa(
1697
@test obj1 - obj2 ≈ 0 atol = __atol
1698
end
1699
1700
- test_name = "use case no. 6: vectorised constraints ($backend_name, $scheme)"
+ # todo: test below inactived on GPU because run is unstable
1701
+ if isnothing(backend) test_name = "use case no. 6: vectorised constraints ($backend_name, $scheme)"
1702
@testset "$test_name" begin
1703
println(test_name)
1704
@@ -1754,7 +1755,7 @@ function __test_onepass_exa(
1754
1755
1756
__atol = 1e-9
1757
- end
1758
+ end end
1759
1760
# todo: test below inactived on GPU because run is unstable
1761
if isnothing(backend) test_name = "use case no. 7: mixed vectorisation ($backend_name, $scheme)"
0 commit comments