Skip to content

Commit

Permalink
Rename scale.jl --> lowhigh.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm committed Jan 24, 2024
1 parent f6a72df commit d13d1fa
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/transforms.jl
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ include("transforms/levels.jl")
include("transforms/indicator.jl")
include("transforms/onehot.jl")
include("transforms/center.jl")
include("transforms/scale.jl")
include("transforms/lowhigh.jl")
include("transforms/zscore.jl")
include("transforms/quantile.jl")
include("transforms/functional.jl")
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion test/transforms.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ transformfiles = [
"onehot.jl",
"identity.jl",
"center.jl",
"scale.jl",
"lowhigh.jl",
"zscore.jl",
"quantile.jl",
"functional.jl",
Expand Down
File renamed without changes.

0 comments on commit d13d1fa

Please sign in to comment.