Skip to content

Commit d13d1fa

Browse files
committed
Rename scale.jl --> lowhigh.jl
1 parent f6a72df commit d13d1fa

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

src/transforms.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ include("transforms/levels.jl")
288288
include("transforms/indicator.jl")
289289
include("transforms/onehot.jl")
290290
include("transforms/center.jl")
291-
include("transforms/scale.jl")
291+
include("transforms/lowhigh.jl")
292292
include("transforms/zscore.jl")
293293
include("transforms/quantile.jl")
294294
include("transforms/functional.jl")
File renamed without changes.

test/transforms.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ transformfiles = [
2323
"onehot.jl",
2424
"identity.jl",
2525
"center.jl",
26-
"scale.jl",
26+
"lowhigh.jl",
2727
"zscore.jl",
2828
"quantile.jl",
2929
"functional.jl",
File renamed without changes.

0 commit comments

Comments
 (0)