Skip to content

Commit

Permalink
#2338 fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
brosaplanella committed Nov 3, 2022
1 parent 4941a33 commit 4bea6fd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def test_sei_reaction_limited(self):

def test_sei_asymmetric_reaction_limited(self):
options = {"SEI": "reaction limited (asymmetric)"}
parameter_values = pybamm.ParameterValues("Xu2019")
parameter_values = pybamm.ParameterValues("Marquis2019")
parameter_values.update(
{
"SEI growth transfer coefficient": 0.2
Expand Down Expand Up @@ -204,7 +204,7 @@ def test_sei_asymmetric_ec_reaction_limited(self):
"SEI": "ec reaction limited (asymmetric)",
"SEI porosity change": "true",
}
parameter_values = pybamm.ParameterValues("Xu2019")
parameter_values = pybamm.ParameterValues("Marquis2019")
parameter_values.update(
{
"SEI growth transfer coefficient": 0.2
Expand Down

0 comments on commit 4bea6fd

Please sign in to comment.