Skip to content

Commit b01a9d8

Browse files
Update test/sde_neural.jl
1 parent 4ab5bb4 commit b01a9d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sde_neural.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Random.seed!(238248735)
116116
end
117117

118118
losses = []
119-
function callback(θ, state)
119+
function callback(state, l)
120120
begin
121121
push!(losses, state.u)
122122
if length(losses) % 50 == 0

0 commit comments

Comments
 (0)