Skip to content

Commit

Permalink
pybamm-team#1349 fixed codacy
Browse files Browse the repository at this point in the history
  • Loading branch information
brosaplanella committed Feb 2, 2021
1 parent b6657c4 commit 1c4bf03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def get_coupled_variables(self, variables):
phi_e = variables["Electrolyte potential"]

c_e_n, c_e_s, c_e_p = c_e.orphans
phi_e_n, phi_e_s, phi_e_p = phi_e.orphans
phi_e_n, _, phi_e_p = phi_e.orphans
T_n, T_s, T_p = T.orphans

i_e = (param.kappa_e(c_e, T) * tor * param.gamma_e / param.C_e) * (
Expand Down

0 comments on commit 1c4bf03

Please sign in to comment.