diff --git a/tests/integration/test_models/test_full_battery_models/test_lithium_ion/test_compare_outputs.py b/tests/integration/test_models/test_full_battery_models/test_lithium_ion/test_compare_outputs.py index 73410c59d7..868903c24c 100644 --- a/tests/integration/test_models/test_full_battery_models/test_lithium_ion/test_compare_outputs.py +++ b/tests/integration/test_models/test_full_battery_models/test_lithium_ion/test_compare_outputs.py @@ -55,7 +55,7 @@ def test_compare_outputs_thermal(self): # load models - for the default params we expect x-full and lumped to # agree as the temperature is practically independent of x options = [{"thermal": opt} for opt in ["lumped", "x-full"]] - options.append({"thermal": "lumped", "geometry": "pouch"}) + options.append({"thermal": "lumped", "cell_geometry": "pouch"}) model_combos = [ ([pybamm.lithium_ion.SPM(opt) for opt in options]),