Aging analysis#5329
Draft
mohitmeht wants to merge 53 commits into
Draft
Conversation
… (pybamm-team#5253) Co-authored-by: Valentin Sulzer <[email protected]>
) * Fix typo in concentration description in notebook * Add CHANGELOG.md entry for typo fix * Remove unneccesary changelog entry Co-authored-by: Agriya Khetarpal <[email protected]> --------- Co-authored-by: Agriya Khetarpal <[email protected]>
main -> develop
* fix `InputParameter` serialisation * Update CHANGELOG.md
…rialisation-fix Don't be too strict with func_args longer than symbol.children
…-team#5285) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* feat: add`silence_sundial_warnings` solver option * refactor: `silence_sundials_warnings` -> `silence_sundials_errors`
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* raise `SolverError` at failure to init sundials * Update simulation.py * Update idaklu_solver.py * reuse `pybammsolvers` error messages * Update test_idaklu_solver.py * bump `pybammsolvers` * Update CHANGELOG.md * Update CHANGELOG.md Update CHANGELOG.md
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
# Conflicts: # CHANGELOG.md # pyproject.toml # src/pybamm/parameters/parameter_values.py # src/pybamm/simulation.py
# Conflicts: # CHANGELOG.md # CITATION.cff # src/pybamm/discretisations/discretisation.py # src/pybamm/expression_tree/operations/evaluate_python.py # src/pybamm/expression_tree/operations/serialise.py # src/pybamm/models/base_model.py # src/pybamm/models/full_battery_models/lithium_ion/electrode_soh.py # src/pybamm/models/submodels/interface/kinetics/inverse_kinetics/base_inverse.py # src/pybamm/models/symbol_processor.py # src/pybamm/parameters/parameter_values.py # src/pybamm/solvers/base_solver.py # src/pybamm/solvers/jax_bdf_solver.py # src/pybamm/solvers/jax_solver.py # src/pybamm/solvers/solution.py # tests/integration/test_solvers/test_solution.py # tests/unit/test_expression_tree/test_variable.py # tests/unit/test_models/test_symbol_processor.py # tests/unit/test_parameters/test_parameter_values.py # tests/unit/test_serialisation/test_serialisation.py # tests/unit/test_solvers/test_base_solver.py # tests/unit/test_solvers/test_solution.py # tests/unit/test_spatial_methods/test_finite_volume_2d/test_finite_volume_2d.py
…ron, Interstitial)
added 24 commits
February 28, 2026 14:32
… add voltage relaxation plot
…to 50 cycles for sensitivity analysis
…t density (anode reaction rate) instead of solid-state diffusion
…ory runs to prevent OOM errors on large cycle combinations
… of highly stiff 10x anode exchange-current density without OOM errors
…ti-SEI formulation cycling experiments
… memory optimization for Colab)
… local architecture, to prevent Colab memory accumulation
…l per chunk, try/except for infeasible experiments
…hode, 4 variants)
…usion x 4 SEI matrix)
…both Colab notebooks
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context.
Fixes # (issue)
Type of change
Please add a line in the relevant section of CHANGELOG.md to document the change (include PR #)
Important checks:
Please confirm the following before marking the PR as ready for review:
nox -s pre-commitnox -s testsnox -s doctests