Skip to content

Commit

Permalink
#490 codacy
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinsulzer committed Jul 21, 2019
1 parent 736b882 commit 8d83c9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def _get_dj_dc(self, variables):

def _get_dj_ddeltaphi(self, variables):
"See :meth:`pybamm.interface.kinetics.BaseKinetics._get_dj_ddeltaphi`"
c_e, delta_phi, j0, ne, ocp = self._get_interface_variables_for_first_order(
_, delta_phi, j0, ne, ocp = self._get_interface_variables_for_first_order(
variables
)
eta_r = delta_phi - ocp
Expand Down

0 comments on commit 8d83c9c

Please sign in to comment.