Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Miha Zgubic committed Feb 28, 2022
1 parent 30863c2 commit b939659
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ using FeatureTransforms
using FeatureTransforms: _periodic
using FeatureTransforms: cardinality, OneToOne, OneToMany, ManyToOne, ManyToMany
using FeatureTransforms.TestUtils
using StatsBase
using Tables: columntable, isrowtable, istable, rowtable
using Test
using TimeZones
Expand Down
2 changes: 1 addition & 1 deletion test/scaling.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
@test cardinality(ss) == OneToOne()
@test ss isa Transform

@test_throws MethodError StandardScaler(0.0, 1.0, false)
@test_throws MethodError StandardScaling(0.0, 1.0, false)
end

@testset "fit!" begin
Expand Down

0 comments on commit b939659

Please sign in to comment.