Skip to content

Commit 6e79d64

Browse files
racinmatToucheSir
andauthored
Update test/onehot.jl
Co-authored-by: Brian Chen <ToucheSir@users.noreply.github.com>
1 parent 60d2516 commit 6e79d64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/onehot.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ end
4141
@test_throws DimensionMismatch A*b2
4242
end
4343

44-
@testset "abstractmatrix onehotmatrix multiplication" begin
44+
@testset "AbstractMatrix-OneHotMatrix multiplication" begin
4545
A = [1 3 5; 2 4 6; 3 6 9]
4646
v = [1, 2, 3, 4, 5]
4747
X = reshape(v, (5, 1))

0 commit comments

Comments
 (0)