Skip to content

Commit 4792dc9

Browse files
Update lib/OptimizationOptimisers/test/runtests.jl
1 parent 0b43c2b commit 4792dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/OptimizationOptimisers/test/runtests.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ end
8787
smodel = StatefulLuxLayer{true}(model, nothing, st)
8888

8989
function callback(state, l)
90-
state.iter % 25 == 1 && @printf "Iteration: %5d, Loss: %.6e\n" state.iter l
90+
state.iter % 25 == 1 && Printf.@printf "Iteration: %5d, Loss: %.6e\n" state.iter l
9191
return l < 1e-4
9292
end
9393

0 commit comments

Comments
 (0)