Skip to content

Commit

Permalink
#1781 flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinsulzer committed Nov 24, 2021
1 parent e9d1dc5 commit c87b8f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pybamm/models/submodels/interface/base_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ def _get_standard_overpotential_variables(self, eta_r):

# X-average, and broadcast if necessary
eta_r_av = pybamm.x_average(eta_r)
elif eta_r.domain == ["current collector"]:
if eta_r.domain == ["current collector"]:
eta_r = pybamm.PrimaryBroadcast(eta_r, self.domain_for_broadcast)

domain_reaction = (
Expand Down

0 comments on commit c87b8f1

Please sign in to comment.