Skip to content

Commit 3c30f50

Browse files
committed
#2669 coverage
1 parent 3660162 commit 3c30f50

File tree

1 file changed

+5
-0
lines changed
  • tests/unit/test_models/test_full_battery_models/test_lithium_ion

1 file changed

+5
-0
lines changed

tests/unit/test_models/test_full_battery_models/test_lithium_ion/test_mpm.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ def test_differential_surface_form(self):
6060
model = pybamm.lithium_ion.MPM(options)
6161
model.check_well_posedness()
6262

63+
def test_current_sigmoid(self):
64+
options = {"open circuit potential": "current sigmoid"}
65+
model = pybamm.lithium_ion.MPM(options)
66+
model.check_well_posedness()
67+
6368
def test_necessary_options(self):
6469
options = {"particle size": "single"}
6570
with self.assertRaises(pybamm.OptionError):

0 commit comments

Comments
 (0)