We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c13d8b9 commit fed0bbbCopy full SHA for fed0bbb
tests/integration/test_models/test_full_battery_models/test_lead_acid/test_full.py
@@ -13,7 +13,7 @@ def test_basic_processing(self):
13
options = {"thermal": "isothermal"}
14
model = pybamm.lead_acid.Full(options)
15
modeltest = tests.StandardModelTest(model)
16
- modeltest.test_all(t_eval=np.linspace(0, 0.6))
+ modeltest.test_all(t_eval=np.linspace(0, 0.6), solver=pybamm.CasadiSolver())
17
18
def test_basic_processing_with_convection(self):
19
options = {"thermal": "isothermal", "convection": True}
0 commit comments