Skip to content

Commit

Permalink
Update neural_ode_weather_forecast.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Feb 28, 2024
1 parent b786407 commit 59ded67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/examples/neural_ode_weather_forecast.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ end
function train(t, y, obs_grid, maxiters, lr, rng, p = nothing, state = nothing; kwargs...)
log_results(ps, losses) = (p, loss) -> begin
push!(ps, copy(p))
push!(ps, copy(p.u))
push!(losses, loss)
false
end
Expand Down

0 comments on commit 59ded67

Please sign in to comment.