Skip to content

Commit 28bd53e

Browse files
fix typo
1 parent f96fe93 commit 28bd53e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/optimise.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ end
160160
@test w[1] wold[1] .- 0.1
161161
@test w[2:3] wold[2:3]
162162

163-
## Issue #1550
163+
## Issue #1510
164164
w = randn(10,10)
165165
wold = copy(w)
166166
θ = Flux.params([w])

0 commit comments

Comments
 (0)