We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e5ce16 commit 9f97c5dCopy full SHA for 9f97c5d
test/rules.jl
@@ -53,7 +53,7 @@ end
53
g = loggradient(o)(x -> sum(abs2, x + x'), m)[1]
54
s, m = Optimisers.update!(s, m, g)
55
end
56
- # @test sum(m) < sum(1:64)
+ @test sum(m) < sum(1:64)
57
if sum(m) < 1
58
@test sum(m) < 1
59
else
0 commit comments