Skip to content

Commit 1ee3f96

Browse files
authored
Merge pull request #620 from mkitti/mkitti-fix-tests-zygote
Only import the Zygote from Zygote; fix tests
2 parents 39da5d6 + ed1dce9 commit 1ee3f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/chainrules.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using Zygote
1+
using Zygote: Zygote
22
@testset "ChainRulesCore" begin
33
# 1D example
44
x = 1:10

0 commit comments

Comments
 (0)