From 098ec152497a1993622c92f5a458c7bbe40fe1d1 Mon Sep 17 00:00:00 2001 From: "Tom.Maull" Date: Fri, 24 Nov 2023 11:48:22 +0000 Subject: [PATCH] remove domain from parameters --- pybamm/models/submodels/thermal/base_thermal.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pybamm/models/submodels/thermal/base_thermal.py b/pybamm/models/submodels/thermal/base_thermal.py index 157d6b1efb..4c476ee897 100644 --- a/pybamm/models/submodels/thermal/base_thermal.py +++ b/pybamm/models/submodels/thermal/base_thermal.py @@ -12,8 +12,6 @@ class BaseThermal(pybamm.BaseSubModel): ---------- param : parameter class The parameters to use for this submodel - domain : str - The domain of the submodel (e.g., "negative electrode") options : dict, optional A dictionary of options to be passed to the model. """