Skip to content

Commit 9f97c5d

Browse files
committed
uncomment one test
1 parent 5e5ce16 commit 9f97c5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/rules.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ end
5353
g = loggradient(o)(x -> sum(abs2, x + x'), m)[1]
5454
s, m = Optimisers.update!(s, m, g)
5555
end
56-
# @test sum(m) < sum(1:64)
56+
@test sum(m) < sum(1:64)
5757
if sum(m) < 1
5858
@test sum(m) < 1
5959
else

0 commit comments

Comments
 (0)