This commit is contained in:
Mike J Innes 2017-03-27 18:38:19 +01:00
parent 7a45470a9e
commit ab8f0c2dc8
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ dt = tf(d)
Y = Tensor(d, X)
run(sess, initialize_all_variables())
@test run(sess, Y, Dict(X=>xs')) d(xs)'
@test run(sess, Y, Dict(X=>Float32.(xs'))) d(xs)'
end
@testset "Stack Traces" begin