You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+2
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,8 @@
17
17
## Bug fixes
18
18
19
19
## Breaking changes
20
+
21
+
- Changed the variable in the full diffusion model from "Electrolyte concentration" to "Porosity times concentration" ([#1476](https://github.com/pybamm-team/PyBaMM/pull/1476))
20
22
- Renamed `lithium-ion` folder to `lithium_ion` and `lead-acid` folder to `lead_acid` in parameters ([#1464](https://github.com/pybamm-team/PyBaMM/pull/1464))
Copy file name to clipboardexpand all lines: examples/notebooks/initialize-model-with-solution.ipynb
+14-5
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,8 @@
23
23
"name": "stdout",
24
24
"output_type": "stream",
25
25
"text": [
26
+
"\u001b[33mWARNING: You are using pip version 21.0.1; however, version 21.1 is available.\n",
27
+
"You should consider upgrading via the '/Users/vsulzer/Documents/Energy_storage/PyBaMM/.tox/dev/bin/python -m pip install --upgrade pip' command.\u001b[0m\n",
26
28
"Note: you may need to restart the kernel to use updated packages.\n"
27
29
]
28
30
}
@@ -159,7 +161,7 @@
159
161
{
160
162
"data": {
161
163
"application/vnd.jupyter.widget-view+json": {
162
-
"model_id": "0b5f9d809e244114b29f527062decbe9",
164
+
"model_id": "7ad44c260ec446e0bd04a2f7dfbf8c65",
163
165
"version_major": 2,
164
166
"version_minor": 0
165
167
},
@@ -173,7 +175,7 @@
173
175
{
174
176
"data": {
175
177
"text/plain": [
176
-
"<pybamm.plotting.quick_plot.QuickPlot at 0x7f3292dc9710>"
178
+
"<pybamm.plotting.quick_plot.QuickPlot at 0x1447078e0>"
177
179
]
178
180
},
179
181
"execution_count": 6,
@@ -240,7 +242,7 @@
240
242
{
241
243
"data": {
242
244
"application/vnd.jupyter.widget-view+json": {
243
-
"model_id": "d1e3967157584ff3802279544b0cc442",
245
+
"model_id": "aaf63750ed354d1987703fd2fdde83af",
244
246
"version_major": 2,
245
247
"version_minor": 0
246
248
},
@@ -254,7 +256,7 @@
254
256
{
255
257
"data": {
256
258
"text/plain": [
257
-
"<pybamm.plotting.quick_plot.QuickPlot at 0x7f32818d1990>"
259
+
"<pybamm.plotting.quick_plot.QuickPlot at 0x10437c370>"
0 commit comments