We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3becee7 commit 2765f8eCopy full SHA for 2765f8e
test/test_transform.jl
@@ -29,7 +29,7 @@ f(x) = sin.(x)
29
tp = LowRankTransform(P)
30
@test all(KernelFunctions.transform(tp,X,2).==P*X)
31
@test all(KernelFunctions.transform(tp,x).==P*x)
32
- @test all(KernelFunctions.params(tp)).==P)
+ @test all(KernelFunctions.params(tp).==P)
33
P2 = rand(5,10)
34
KernelFunctions.set!(tp,P2)
35
@test all(tp.proj.==P2)
0 commit comments