We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7c947e commit a83aea8Copy full SHA for a83aea8
test/samplers/nested_sampling/test_nested_sampling.jl
@@ -9,7 +9,7 @@ Test.@testset "nested_sampling" begin
9
# 32-bit systems, GLIBCXX version conflicts cause trouble for CI
10
# on older Julia versions:
11
if Int == Int64 && ("UltraNest" in keys(Pkg.project().dependencies))
12
- include("test_ultranest.jl")
+ # include("test_ultranest.jl")
13
end
14
if ("NestedSamplers" in keys(Pkg.project().dependencies))
15
include("test_ellipsoidal_nested_sampling.jl")
0 commit comments