Skip to content

Commit 6133591

Browse files
darsnackmcabbott
andauthored
Update test/runtests.jl
Co-authored-by: Michael Abbott <32575566+mcabbott@users.noreply.github.com>
1 parent f65b656 commit 6133591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ end
252252
# error if only given one derivative
253253
@test_throws MethodError Optimisers.update(stin, psin, dxs)
254254

255-
# first order rules compose
255+
# first-order rules compose with second-order
256256
ochain = OptimiserChain(Descent(0.1), o)
257257
stin = Optimisers.setup(ochain, psin)
258258
stout, psout = Optimisers.update(stin, psin, dxs, dx2s)

0 commit comments

Comments
 (0)