Skip to content

Commit

Permalink
Update docs/src/tutorials/pino_ode.md
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
KirillZubov and github-actions[bot] authored Sep 2, 2024
1 parent 3813b1b commit 5be5db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/tutorials/pino_ode.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Now let's compare the prediction from the learned operator with the ground truth
```@example pino
using Plots
function get_trainset(bounds, tspan , number_of_parameters, dt)
function get_trainset(bounds, tspan, number_of_parameters, dt)
p_ = [range(start = b[1], length = number_of_parameters, stop = b[2]) for b in bounds]
p = vcat([collect(reshape(p_i, 1, size(p_i,1))) for p_i in p_]...)
t_ = collect(tspan[1]:dt:tspan[2])
Expand Down

0 comments on commit 5be5db1

Please sign in to comment.