Skip to content

Commit

Permalink
fixed example notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
DrSOKane committed Aug 3, 2023
1 parent 0d5c6c7 commit a9c3ec2
Showing 1 changed file with 5 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
{
"cells": [
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"# Electrode State of Health"
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
Expand Down Expand Up @@ -46,7 +44,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
Expand Down Expand Up @@ -104,15 +101,13 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"## Solve for electrode SOH variables"
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
Expand Down Expand Up @@ -235,7 +230,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
Expand Down Expand Up @@ -271,15 +265,13 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"## Check against simulations"
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
Expand Down Expand Up @@ -333,15 +325,13 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"## How does electrode SOH depend on cyclable lithium"
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
Expand All @@ -357,7 +347,9 @@
"all_parameter_sets = [\n",
" k\n",
" for k, v in pybamm.parameter_sets.items()\n",
" if v[\"chemistry\"] == \"lithium_ion\" and k not in [\"Xu2019\", \"Chen2020_composite\"]\n",
" if v[\"chemistry\"] == \"lithium_ion\" and k not in [\n",
" \"Xu2019\", \"Chen2020_composite\", \"Ecker2015_graphite_halfcell\", \"OKane2022_negative_halfcell\"\n",
" ]\n",
"]\n",
"\n",
"\n",
Expand Down Expand Up @@ -568,7 +560,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
Expand Down Expand Up @@ -620,7 +611,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "pybamm",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -634,7 +625,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.16"
"version": "3.8.10"
},
"toc": {
"base_numbering": 1,
Expand Down

0 comments on commit a9c3ec2

Please sign in to comment.