From 65d4a086bc3e3a9eaf76da204a45151c212a9ccd Mon Sep 17 00:00:00 2001 From: Ferran Brosa Planella Date: Fri, 15 Sep 2023 13:38:56 +0100 Subject: [PATCH] #1778 fix x-full --- pybamm/models/submodels/thermal/pouch_cell/x_full.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pybamm/models/submodels/thermal/pouch_cell/x_full.py b/pybamm/models/submodels/thermal/pouch_cell/x_full.py index 64a6e687c6..a29035139a 100644 --- a/pybamm/models/submodels/thermal/pouch_cell/x_full.py +++ b/pybamm/models/submodels/thermal/pouch_cell/x_full.py @@ -24,8 +24,8 @@ class OneDimensionalX(BaseThermal): """ - def __init__(self, param, options=None): - super().__init__(param, options=options) + def __init__(self, param, options=None, x_average=False): + super().__init__(param, options=options, x_average=x_average) pybamm.citations.register("Timms2021") def get_fundamental_variables(self):