Skip to content

Commit f1f181b

Browse files
author
Will Tebbutt
committed
Change Zygote bound that we weren't checking
1 parent 1769afa commit f1f181b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
@test back(ones(size(X)))[1].X == ones(size(X))
6464
end
6565

66-
if VERSION >= v"1.6"
66+
if VERSION >= v"1.7"
6767
@testset "Zygote type-inference" begin
6868
ctx = NoContext()
6969
x = ColVecs(randn(2, 4))

0 commit comments

Comments
 (0)