We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 273cca9 commit 6dd20eeCopy full SHA for 6dd20ee
test/runtests.jl
@@ -35,6 +35,7 @@ for pb in problems
35
end
36
37
for precision in (:single, :double, :quadruple)
38
+ (precision == :quadruple) && (Sys.ARCH == :aarch64) && Sys.islinux() && continue
39
@testset "Multiple instances of CUTEstModel -- $precision precision" begin
40
nlps = [CUTEstModel(problem, precision = precision) for problem in problems]
41
for nlp in nlps
0 commit comments