Skip to content

Commit 364c891

Browse files
committed
Fix test errors
1 parent 6118673 commit 364c891

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

test/basekernels/rationalquad.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
@test metric(GammaRationalQuadraticKernel=2.0, α=3.0)) == SqEuclidean()
3232
# test_ADs(x->GammaRationalQuadraticKernel(α=x[1], γ=x[2]), [a, 2.0])
3333
@test_broken "All (problem with power operation)"
34-
test_params(GammaRationalQuadraticKernel(; α=x[1], γ=x[2]), ([x[1]], [x[2]]))
34+
test_params(GammaRationalQuadraticKernel(; α=a, γ=x), ([a], [x]))
3535
end
3636
end

test/runtests.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,4 @@ include("test_utils.jl")
118118

119119
include("generic.jl")
120120
include("zygote_adjoints.jl")
121-
include("trainable.jl")
122121
end

0 commit comments

Comments
 (0)