Skip to content

Commit

Permalink
Update test/layers/conv.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLucibello authored Jan 7, 2022
1 parent c9bcdd3 commit 9e9a9ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/layers/conv.jl
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
end

@testset "bias=false" begin
@test length(Flux.params(GATv2Conv(2=>3))) == 4
@test length(Flux.params(GATv2Conv(2=>3))) == 5
@test length(Flux.params(GATv2Conv(2=>3, bias=false))) == 3
end
end
Expand Down

0 comments on commit 9e9a9ed

Please sign in to comment.