diff --git a/test/runtests.jl b/test/runtests.jl index f5e38c1..9f51748 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -12,6 +12,6 @@ using TimeZones include("one_hot_encoding.jl") include("periodic.jl") include("power.jl") - # include("scaling.jl") + include("scaling.jl") include("temporal.jl") end