Skip to content

Commit

Permalink
pybamm-team#718 fixed bug due to renaming geometry -> cell_geometry
Browse files Browse the repository at this point in the history
  • Loading branch information
brosaplanella committed May 28, 2020
1 parent 3051d9e commit 28f7547
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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]),
Expand Down

0 comments on commit 28f7547

Please sign in to comment.