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.
Final pytest migration (pybamm-team#4443)
* Final pytest migration Signed-off-by: Pradyot Ranjan <[email protected]> * style: pre-commit fixes * Fixing assert failures Signed-off-by: Pradyot Ranjan <[email protected]> * converting test_idaklu_jax.py and test_solution.py to pytest Signed-off-by: Pradyot Ranjan <[email protected]> * style: pre-commit fixes * removinh style failures Signed-off-by: Pradyot Ranjan <[email protected]> * using single argument Signed-off-by: Pradyot Ranjan <[email protected]> * Updating docs Signed-off-by: Pradyot Ranjan <[email protected]> --------- 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>
- Loading branch information
1 parent
62a7ee8
commit b6fa67a
Showing
10 changed files
with
692 additions
and
789 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
168 changes: 77 additions & 91 deletions
168
tests/unit/test_experiments/test_simulation_with_experiment.py
Large diffs are not rendered by default.
Oops, something went wrong.
654 changes: 320 additions & 334 deletions
654
tests/unit/test_expression_tree/test_binary_operators.py
Large diffs are not rendered by default.
Oops, something went wrong.
271 changes: 121 additions & 150 deletions
271
tests/unit/test_models/test_full_battery_models/test_base_battery_model.py
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.