The car_current time series has gaps of 0.001 s between some steps. This seems to trip up the solver. Making these steps bigger fixes the issue as a work around but maybe some checks should be put in place on steps from time-series
Is this just with the CasadiSolver? And does it help to set the max step size? solver = pybamm.CasadiSolver(extra_options_setup={"max_step_size": dt}) (will slow it down).
PyBaMM Version
Latest
Python Version
3.10 +
Describe the bug
The car_current time series has gaps of 0.001 s between some steps. This seems to trip up the solver. Making these steps bigger fixes the issue as a work around but maybe some checks should be put in place on steps from time-series
Steps to Reproduce
Relevant log output
No response