Remove vestigial testing `println()`

This commit is contained in:
Elliot Saba 2019-04-26 15:23:39 -07:00
parent 2e6561bb6a
commit 48fcc66094
1 changed files with 0 additions and 1 deletions

View File

@ -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