Skip to content

Commit eb84a83

Browse files
committed
#2669 integration tests
1 parent 4cc440c commit eb84a83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_models/test_submodels/test_interface/test_lithium_ion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def setUp(self):
2828
"Negative electrode temperature": 0,
2929
"Positive electrode temperature": 0,
3030
}
31-
self.options = {"particle size": "single"}
31+
self.options = pybamm.BatteryModelOptions({"particle size": "single"})
3232

3333
def tearDown(self):
3434
del self.variables

0 commit comments

Comments
 (0)