From 043fcbe3fd28bb0633c7d8c3122664385f5cdf83 Mon Sep 17 00:00:00 2001 From: Ferran Brosa Planella Date: Wed, 10 Apr 2024 12:52:46 +0100 Subject: [PATCH] #3526 clarify wording --- pybamm/spatial_methods/finite_volume.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pybamm/spatial_methods/finite_volume.py b/pybamm/spatial_methods/finite_volume.py index d523ab9ebc..d02a2b0734 100644 --- a/pybamm/spatial_methods/finite_volume.py +++ b/pybamm/spatial_methods/finite_volume.py @@ -1412,7 +1412,7 @@ def upwind_or_downwind(self, symbol, discretised_symbol, bcs, direction): f"{direction}ing '{symbol}'" ) - # Extract only the relevant boundary condition as the system might have both + # Extract only the relevant boundary condition as the model might have both bc_subset = {bc_side: bcs[symbol][bc_side]} symbol_out, _ = self.add_ghost_nodes(symbol, discretised_symbol, bc_subset) return symbol_out