Skip to content

Commit 2765f8e

Browse files
committed
Correction Tests 2
1 parent 3becee7 commit 2765f8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_transform.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ f(x) = sin.(x)
2929
tp = LowRankTransform(P)
3030
@test all(KernelFunctions.transform(tp,X,2).==P*X)
3131
@test all(KernelFunctions.transform(tp,x).==P*x)
32-
@test all(KernelFunctions.params(tp)).==P)
32+
@test all(KernelFunctions.params(tp).==P)
3333
P2 = rand(5,10)
3434
KernelFunctions.set!(tp,P2)
3535
@test all(tp.proj.==P2)

0 commit comments

Comments
 (0)