Skip to content

Commit 729caf7

Browse files
authored
Include the correct test file
1 parent 2972549 commit 729caf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ using KernelFunctions: metric, kappa
5656
include(joinpath("transform", "transform.jl"))
5757
include(joinpath("transform", "scaletransform.jl"))
5858
include(joinpath("transform", "ardtransform.jl"))
59-
include(joinpath("transform", "lowranktransform.jl"))
59+
include(joinpath("transform", "lineartransform.jl"))
6060
include(joinpath("transform", "functiontransform.jl"))
6161
include(joinpath("transform", "selecttransform.jl"))
6262
include(joinpath("transform", "chaintransform.jl"))

0 commit comments

Comments
 (0)