From baca0d7feef279e8aa0ddd9aa709afe73a994ee8 Mon Sep 17 00:00:00 2001 From: NicolaCourtier <45851982+NicolaCourtier@users.noreply.github.com> Date: Mon, 5 Aug 2024 10:47:17 +0100 Subject: [PATCH] Update description --- pybop/models/base_model.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pybop/models/base_model.py b/pybop/models/base_model.py index 6688622a..36907eff 100644 --- a/pybop/models/base_model.py +++ b/pybop/models/base_model.py @@ -472,8 +472,8 @@ def predict( Solve the model using PyBaMM's simulation framework and return the solution. This method sets up a PyBaMM simulation by configuring the model, parameters, experiment - (if any), and initial state of charge (if provided). It then solves the simulation and - returns the resulting solution object. + or time vector, and initial state of charge (if provided). Either 't_eval' or 'experiment' + must be provided. It then solves the simulation and returns the resulting solution object. Parameters ----------