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 2972549 commit 729caf7Copy full SHA for 729caf7
test/runtests.jl
@@ -56,7 +56,7 @@ using KernelFunctions: metric, kappa
56
include(joinpath("transform", "transform.jl"))
57
include(joinpath("transform", "scaletransform.jl"))
58
include(joinpath("transform", "ardtransform.jl"))
59
- include(joinpath("transform", "lowranktransform.jl"))
+ include(joinpath("transform", "lineartransform.jl"))
60
include(joinpath("transform", "functiontransform.jl"))
61
include(joinpath("transform", "selecttransform.jl"))
62
include(joinpath("transform", "chaintransform.jl"))
0 commit comments