Skip to content

Commit

Permalink
#546 remove thermal cc
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinsulzer committed Apr 9, 2020
1 parent 91a3a7b commit db1ba9d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pybamm/models/full_battery_models/base_battery_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,12 +171,6 @@ def options(self, extra_options):
"effects if dimensionality is 0."
)

if options["thermal current collector"] is True:
raise pybamm.OptionError(
"Thermal current collector effects are not implemented "
"for lead-acid models."
)

# Some standard checks to make sure options are compatible
if not (
options["operating mode"] in ["current", "voltage", "power"]
Expand Down

0 comments on commit db1ba9d

Please sign in to comment.