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 Aug 10, 2023
1 parent 60eb5da commit d7d116d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pybamm/models/submodels/interface/sei/sei_thickness.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def get_coupled_variables(self, variables):
# Multiply by z_sei to get total lithium moles consumed by SEI
V_n = L_n * self.param.L_y * self.param.L_z
Q_sei = delta_c_SEI * V_n * z_sei

variables.update(
{
f"Loss of lithium to {self.reaction_name}[mol]": Q_sei,
Expand Down

0 comments on commit d7d116d

Please sign in to comment.