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>
KirillZubov and github-actions[bot] authored Sep 2, 2024
1 parent 3ae25ce commit 908ca8a
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
@@ -65,7 +65,7 @@ end
# compute the ground truth solution
ground_solution_ = ground_solution_f(p,t)
# predict the solution with the PINO model
predict = sol.interp((p,t))
predict = sol.interp((p, t))
# calculate the errors between the ground truth solution and the predicted solution
errors = ground_solution_ - predict

0 comments on commit 908ca8a

Please sign in to comment.