Skip to content

Commit

Permalink
#1778 fix x-full
Browse files Browse the repository at this point in the history
  • Loading branch information
brosaplanella committed Sep 15, 2023
1 parent e90356e commit 65d4a08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pybamm/models/submodels/thermal/pouch_cell/x_full.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 65d4a08

Please sign in to comment.