We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 963dbe7 commit eb29ef1Copy full SHA for eb29ef1
test/runtests.jl
@@ -19,6 +19,6 @@ using MLJBase
19
@test size(test2) == (1, 11)
20
21
test3 = transform(test, ["Another sentence ok", "Listen Sam, today is not the day."])
22
- @test rowvals(test3) = [2, 2, 2, 2]
+ @test rowvals(test3) == [2, 2, 2, 2]
23
@test size(test3) == (2, 11)
24
end
0 commit comments