Skip to content

Commit 5a27ff5

Browse files
author
Michael Abbott
committed
typo in a test
1 parent bc7f7c7 commit 5a27ff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/layers/basic.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ import Flux: activations
163163

164164
b3 = Flux.Bilinear(randn(Float16, 3,4,5), true, tanh)
165165
@test b3.σ == tanh
166-
@test b2.bias isa Vector{Float16}
166+
@test b3.bias isa Vector{Float16}
167167
@test size(b3(rand(4), rand(5))) == (3,)
168168

169169
b4 = Flux.Bilinear(3,3,7; bias=1:7, init=Flux.zeros)

0 commit comments

Comments
 (0)