Temporary removal of Float16 test

This commit is contained in:
thebhatman 2019-06-14 23:24:31 +05:30
parent 7ab9d8ed3d
commit e6d5846e49
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ const ϵ = 1e-7
end
@testset "no spurious promotions" begin
for T in (Float16, Float32, Float64)
for T in (Float32, Float64)
y = rand(T, 2)
ŷ = rand(T, 2)
for f in (mse, crossentropy, logitcrossentropy)