Skip to content

Commit

Permalink
style: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed May 16, 2024
1 parent 1ab30d4 commit d91c1e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pybop/models/lithium_ion/weppner_huggins.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def __init__(self, name="Weppner & Huggins model"):
@property
def default_geometry(self):
return {}

@property
def default_parameter_values(self):
parameter_values = pybamm.ParameterValues("Xu2019")
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def test_predict_with_inputs(self, model):
if model.pybamm_model.options["working electrode"] == "positive":
inputs = {
"Positive electrode active material volume fraction": 0.63,
}
}
else:
inputs = {
"Negative electrode active material volume fraction": 0.52,
Expand Down

0 comments on commit d91c1e5

Please sign in to comment.