Skip to content

Commit 117fe86

Browse files
Update test/autodiff.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 104e6fa commit 117fe86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/autodiff.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ end
206206
(res.val 4ones(2, 2)) &&
207207
(res.derivs[1] 4ones(2, 2)) &&
208208
(res.derivs[2] 2ones(2, 2))
209-
end broken=contains(string(Reactant.devices()[1]), "TPU")
209+
end broken = contains(string(Reactant.devices()[1]), "TPU")
210210
end
211211

212212
@testset "onehot" begin

0 commit comments

Comments
 (0)