forked from pybamm-team/PyBaMM
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implemented
non_linear_time
, an array of time as an input to step
…
… function (pybamm-team#3627) * Implemented non_linear_time, an array of time Signed-off-by: Pradyot Ranjan <[email protected]> * style: pre-commit fixes * Modified step to take dt as required parameter Signed-off-by: Pradyot Ranjan <[email protected]> * style: pre-commit fixes * Fixed failing test cases Signed-off-by: Pradyot Ranjan <[email protected]> * style: pre-commit fixes * Delete python * Fixed failing test cases 2 Signed-off-by: Pradyot Ranjan <[email protected]> * style: pre-commit fixes * Added tests Signed-off-by: Pradyot Ranjan <[email protected]> * style: pre-commit fixes * Update pybamm/simulation.py * Renamed non_linear_time to t_eval and other suggested changes Signed-off-by: Pradyot Ranjan <[email protected]> * style: pre-commit fixes * Minor docstring fix Signed-off-by: Pradyot Ranjan <[email protected]> * Added deprecation warning Signed-off-by: Pradyot Ranjan <[email protected]> * style: pre-commit fixes * Added changelog.md entry Signed-off-by: Pradyot Ranjan <[email protected]> * Update CHANGELOG.md --------- Signed-off-by: Pradyot Ranjan <[email protected]> Co-authored-by: Pradyot Ranjan <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Arjun Verma <[email protected]> Co-authored-by: Robert Timms <[email protected]> Co-authored-by: Agriya Khetarpal <[email protected]> Co-authored-by: Eric G. Kratz <[email protected]>
- Loading branch information
Showing
5 changed files
with
67 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters