Skip to content

Commit

Permalink
Mentioned that arrays can be passed as values for drive cycles.
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhishekChaudharii committed Oct 27, 2023
1 parent be87f81 commit 3c59897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pybamm/step/_steps_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3c59897

Please sign in to comment.