From eaf48fa5cd8d2ffe50cebf148774f239bab75c23 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Tue, 5 Mar 2024 02:38:07 -0500 Subject: [PATCH] Update ode_parameter_estimation.md --- docs/src/tutorials/ode_parameter_estimation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/tutorials/ode_parameter_estimation.md b/docs/src/tutorials/ode_parameter_estimation.md index 2d3cba5517..ab95cf8216 100644 --- a/docs/src/tutorials/ode_parameter_estimation.md +++ b/docs/src/tutorials/ode_parameter_estimation.md @@ -10,6 +10,7 @@ We start by defining the problem: using NeuralPDE, OrdinaryDiffEq using Lux, Random using OptimizationOptimJL, LineSearches +using Plots using Test # hide function lv(u, p, t)