Commit e17b549
[Bug]:
* Fix: Add deprecated warning for `set_up_and_parameterise_model_for_experiment` in simulation
* Add deprecated warning for `set_parameters` in simulation
* Docs: Add deprecated message in unreleased section
* style: pre-commit fixes
* Docs: Move deprecated to Breaking changes section
* Fix: Make set_up_and_parameterise_experiment private
* Fix: Make set_paramters func private
* Refactor: Add deprecation warning message in set_parameters() func
* Refactor: Add deprecation warning in `set_up_and_parameterise_experiment` func
* Fix some typos
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Eric G. Kratz <[email protected]>
Co-authored-by: kratman <[email protected]>pybamm.Simulation.set_parameters and pybamm.Simulation.set_up_and_parameterise_experiment made private in simulation.py (#4489)1 parent 6dfa38e commit e17b549
2 files changed
+14
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
179 | 184 | | |
180 | 185 | | |
181 | 186 | | |
| |||
254 | 259 | | |
255 | 260 | | |
256 | 261 | | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
257 | 269 | | |
258 | 270 | | |
259 | 271 | | |
260 | | - | |
261 | 272 | | |
262 | 273 | | |
263 | 274 | | |
| |||
355 | 366 | | |
356 | 367 | | |
357 | 368 | | |
358 | | - | |
| 369 | + | |
359 | 370 | | |
360 | 371 | | |
361 | 372 | | |
| |||
0 commit comments