Skip to content

Commit

Permalink
updated for pytest and better coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
parkec3 committed Aug 21, 2024
1 parent e4504a6 commit 9a996c4
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@ class TestECMSplitOCV:
def test_ecmsplitocv_well_posed(self):
model = pybamm.lithium_ion.ECMsplitOCV()
model.check_well_posedness()

def test_get_default_quick_plot_variables(self):
model = pybamm.lithium_ion.ECMsplitOCV()
variables = model.default_quick_plot_variables
assert "Current [A]" in variables

0 comments on commit 9a996c4

Please sign in to comment.