Skip to content

Commit 66265d0

Browse files
committed
rm redundant test
1 parent b8b0992 commit 66265d0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

test/data.jl

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ seed!(1234)
1717
import MLJBase: decoder, int, raw, classes
1818

1919

20-
## RECONSTRUCT
20+
# ## RECONSTRUCT
2121

22-
C = categorical(rand(UInt8,20,20))[1:2,1:3]
23-
@test length(levels(C)) > 6
24-
@test reconstruct(broadcast(identity, C)) == C
22+
# C = categorical(rand(UInt8,20,20))[1:2,1:3]
23+
# @test length(levels(C)) > 6
24+
# @test reconstruct(broadcast(identity, C)) == C
2525

26-
C = categorical(string.(rand(UInt8,20,20)))[1:2,1:3]
27-
@test length(levels(C)) > 6
28-
@test reconstruct(broadcast(identity, C)) == C
26+
# C = categorical(string.(rand(UInt8,20,20)))[1:2,1:3]
27+
# @test length(levels(C)) > 6
28+
# @test reconstruct(broadcast(identity, C)) == C
2929

3030

3131
## DECODER

0 commit comments

Comments
 (0)