Pip Liggins
Pip Liggins
# Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change....
# Description Simulations using the IDAKLU solver with output variables specified which terminated with an event rather than the final time step would crash trying to find the termination event....
# Description Allows users to use the `output_variables` option with the IDAKLU solver within an experiment. Fixes #4386 ## Type of change Please add a line in the relevant section...
# Description This PR addresses an issue encountered when using `first_state` or `last_state` solution objects with the `output_variables` option in the IDAKLU solver - for example, when supplying an starting...
### PyBaMM Version 25.6 ### Python Version 3.11 ### Describe the bug The value of sensitivities calculated for non-0D variables is different when the solver uses the output variables option...
Re-implementation of #5191 for clearer implementation history Allows input parameters used as initial conditions to be included within lists of inputs to the solver by converting model.y0 to model.y0_list, and...
Testing some pytest test fixes for #5191 without polluting the history
Adds an error message informing users that lists of input sets cannot be used with experiments. Fixes #5200 # Important checks: Please confirm the following before marking the PR as...
### Description Add adjoint sensitivities to the instances of `ProcessedVariableComputed` created with `ProcessedVariableTimeIntegral` variables (i.e. output variables from IDAKLU for type explicit time integral or discrete time sum) ### Motivation...