From 3c59897a3ef85e0753997dbb7cc9d3e1c1814835 Mon Sep 17 00:00:00 2001 From: Abhishek Date: Fri, 27 Oct 2023 13:07:32 +0530 Subject: [PATCH] Mentioned that arrays can be passed as values for drive cycles. --- pybamm/step/_steps_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pybamm/step/_steps_util.py b/pybamm/step/_steps_util.py index e524bc6064..eaa9c64636 100644 --- a/pybamm/step/_steps_util.py +++ b/pybamm/step/_steps_util.py @@ -37,7 +37,7 @@ class _Step: or "resistance". value : float The value of the step, corresponding to the type of step. Can be a number, a - 2-tuple (for cccv_ode), or a 2-column array (for drive cycles) + 2-tuple (for cccv_ode), or a 2-column array. Can pass list as argument (for drive cycles) duration : float, optional The duration of the step in seconds. termination : str or list, optional