Skip to content

Commit

Permalink
uncomment one test
Browse files Browse the repository at this point in the history
  • Loading branch information
mcabbott committed Feb 5, 2022
1 parent 5e5ce16 commit 9f97c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rules.jl
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ end
g = loggradient(o)(x -> sum(abs2, x + x'), m)[1]
s, m = Optimisers.update!(s, m, g)
end
# @test sum(m) < sum(1:64)
@test sum(m) < sum(1:64)
if sum(m) < 1
@test sum(m) < 1
else
Expand Down

0 comments on commit 9f97c5d

Please sign in to comment.