Skip to content

Commit

Permalink
Remove vestigial testing println()
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat committed Apr 26, 2019
1 parent 1e3a543 commit 77af671
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/layers/normalisation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ end
@test !m.active

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

0 comments on commit 77af671

Please sign in to comment.