Skip to content

Commit

Permalink
#912 fixed a flake8 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Scottmar93 committed Apr 29, 2020
1 parent ffffe74 commit 08d957d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pybamm/models/full_battery_models/base_battery_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,8 @@ def options(self, extra_options):

if options["thermal"] == "x-lumped" and options["dimensionality"] == 1:
warnings.warn(
"1+1D Thermal models are only valid if both tabs are places at the top of the cell."
"1+1D Thermal models are only valid if both tabs are"
+ "placed at the top of the cell."
)

self._options = options
Expand Down

0 comments on commit 08d957d

Please sign in to comment.