Skip to content

Commit

Permalink
Merge pull request #194 from pybamm-team/update_param_syntax
Browse files Browse the repository at this point in the history
Update ParameterValues syntax
  • Loading branch information
TomTranter authored Oct 12, 2022
2 parents 00c1f26 + 12892d0 commit f239ccd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions docs/examples/09 Terminal locations.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tests/unit/test_sim_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def test_bad_soc(self):
lp.update_init_conc(self.param, SoC=10.0)

def test_input_logger_warning(self):
param = pybamm.ParameterValues(chemistry="Chen2020")
param = pybamm.ParameterValues("Chen2020")
neg_conc = 0.0
param.update(
{
Expand Down

0 comments on commit f239ccd

Please sign in to comment.