Robert Timms
Robert Timms
Great job with the scikits.odes! We are currently using the sundials solvers in a battery modelling package [PyBaMM](https://github.com/pybamm-team/PyBaMM), and are trying to use sparse jacobians in IDA and CVODE. I...
The readme just gives some information on where the parameters came from (e.g. gives references and any other notes)
yep looks like a typo to me
presumably there is a typo in the tests too, as this should’ve been picked up?
Note you can do ```python3 import pybamm model = pybamm.lithium_ion.SPM() submodel = model.submodels["positive primary particle"] submodel.print_parameter_info() ```
As pointed out by @tinosulzer , this is an issue with how casadi handles events during cycles. See ```python3 import pybamm import pandas as pd import os os.chdir(pybamm.__path__[0] + "/..")...
Yes, that’s a good workaround for now
[This PR](https://github.com/pybamm-team/PyBaMM/pull/1880) might be relevant
Fixed in #2229
Hi @maurosgroi! Thanks for your interest in PyBaMM! @Scottmar93 do you have the refs for these to hand?