Skip to content

Commit 48fcc66

Browse files
committed
Remove vestigial testing println()
1 parent 2e6561b commit 48fcc66

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/layers/normalisation.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@ end
252252
@test !m.active
253253

254254
x′ = m(x).data
255-
println(x′[1])
256255
@test isapprox(x′[1], (1 - 0.95) / sqrt(1.25 + 1f-5), atol = 1.0e-5)
257256
end
258257
# with activation function

0 commit comments

Comments
 (0)