Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion test/basekernels/periodic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
TestUtils.test_interface(PeriodicKernel(; r=[0.8, 0.7]), RowVecs{Float64})

# test_ADs(r->PeriodicKernel(r =exp.(r)), log.(r), ADs = [:ForwardDiff, :ReverseDiff])
@test_broken "Undefined adjoint for Sinus metric, and failing randomly for ForwardDiff and ReverseDiff"
# Undefined adjoint for Sinus metric, and failing randomly for ForwardDiff and ReverseDiff
@test_broken false
test_params(k, (r,))
end
3 changes: 2 additions & 1 deletion test/basekernels/sm.jl
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,6 @@
end

# test_ADs(x->spectral_mixture_kernel(exp.(x[1:3]), reshape(x[4:18], 5, 3), reshape(x[19:end], 5, 3)), vcat(log.(αs₁), γs[:], ωs[:]), dims = [5,5])
@test_broken "No tests passing (BaseKernel)"
# No tests passing (BaseKernel)
@test_broken false
end
3 changes: 2 additions & 1 deletion test/basekernels/wiener.jl
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@
TestUtils.test_interface(k2, x0, x1, x2)
TestUtils.test_interface(k3, x0, x1, x2)
# test_ADs(()->WienerKernel(i=1))
@test_broken "No tests passing"
# No tests passing
@test_broken false
end