Skip to content

Commit

Permalink
Fix TopK pool test
Browse files Browse the repository at this point in the history
  • Loading branch information
aurorarossi committed Jan 7, 2025
1 parent b8c479d commit e575066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNNLux/test/layers/pool.jl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
@test size(p.p) == (in_channel,)
@test eltype(p.Ã) === T
@test size(p.Ã) == (k, k)
y = p(X, ps, st)
y, st = p(X, ps, st)
@test size(y) == (in_channel, k)
end
end
Expand Down

0 comments on commit e575066

Please sign in to comment.