Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
removed cccv_ode - fix
  • Loading branch information
AbhishekChaudharii authored Dec 5, 2023
commit 0aa035800ae23b69d0a7aedadb4cc9df5cadc427
3 changes: 1 addition & 2 deletions pybamm/step/steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,7 @@ def current(value, **kwargs):
Parameters
----------
value : float
The current value in A.
Value can be a number, a 2-tuple (for cccv_ode), or a 2-column array (for drive cycles)
The current value in A. It can be a number or a 2-column array (for drive cycles).
**kwargs
Any other keyword arguments are passed to the :class:`pybamm.step._Step`
class.
Expand Down