From fc38b5044fe716e31d6056c8cb9184ab2cca508e Mon Sep 17 00:00:00 2001 From: Kirill Zubov Date: Wed, 17 Jul 2024 16:36:54 +0400 Subject: [PATCH] Update docs/src/tutorials/pino_ode.md Co-authored-by: Sathvik Bhagavan <35105271+sathvikbhagavan@users.noreply.github.com> --- docs/src/tutorials/pino_ode.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/src/tutorials/pino_ode.md b/docs/src/tutorials/pino_ode.md index b46753d40..b1d985b8a 100644 --- a/docs/src/tutorials/pino_ode.md +++ b/docs/src/tutorials/pino_ode.md @@ -39,8 +39,7 @@ alg = PINOODE(deeponet, opt, bounds, number_of_parameters; strategy = strategy) sol = solve(prob, alg, verbose = false, maxiters = 3000) ``` -Now let's compare the prediction from the learned operator with the ground truth solution which is obtained by analytic solution the parametric ODE. Where -Compare prediction with ground truth. +Now let's compare the prediction from the learned operator with the ground truth solution which is obtained by analytic solution of the parametric ODE. ```@example pino using Plots