Skip to content

Commit 90e7d79

Browse files
committed
change test assertion
1 parent eb29ef1 commit 90e7d79

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/runtests.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ using MLJBase
1919
@test size(test2) == (1, 11)
2020

2121
test3 = transform(test, ["Another sentence ok", "Listen Sam, today is not the day."])
22-
@test rowvals(test3) == [2, 2, 2, 2]
22+
@test sum(test3, dims=2)[1] == 0.0
23+
@test sum(test3, dims=2)[2] > 0.0
2324
@test size(test3) == (2, 11)
2425
end

0 commit comments

Comments
 (0)