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: Sathvik Bhagavan <35105271+sathvikbhagavan@users.noreply.github.com>
  • Loading branch information
KirillZubov and sathvikbhagavan authored Jul 2, 2024
1 parent 596a80a commit 445dfd0
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 @@ -63,7 +63,7 @@ end
ground_solution_ = ground_solution_f(p,t)
predict = sol.interp((p,t))
# Calculate the mean error and the standard deviation of the errors
# Calculate the mean error and the standard deviation of the errors
errors = ground_solution_ - predict
mean_error = mean(errors)
std_error = std(errors)
Expand Down

0 comments on commit 445dfd0

Please sign in to comment.