Skip to content

Commit 15c285e

Browse files
committed
docs update
1 parent e6705a7 commit 15c285e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/layers/recurrent.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ end
5858

5959
@test primal[1] e
6060

61-
if VERSION <= v"1.6"
61+
if VERSION < v"1.7"
6262
@test ∇Wi grads[:Wi]
6363
@test ∇Wh grads[:Wh]
6464
@test ∇b grads[:b]

0 commit comments

Comments
 (0)