fix
This commit is contained in:
parent
7a45470a9e
commit
ab8f0c2dc8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue