Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit f475c5b

Browse files
committed
Update simplecell-paperfig.ipynb
1 parent add2102 commit f475c5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/simplecell/simplecell-paperfig.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
"### Creating parameters\n",
148148
"\n",
149149
"Next we need to specify the parameters of the model. A parameter can be in two states: frozen and not-frozen. When a parameter is frozen it has an exact value, otherwise it only has some bounds but the exact value is not known yet.\n",
150-
"Let's first a parameter that sets the capitance of the soma to a frozen value"
150+
"Let's first a parameter that sets the capacitance of the soma to a frozen value"
151151
]
152152
},
153153
{
@@ -1220,7 +1220,7 @@
12201220
"source": [
12211221
"### Defining eFeatures and objectives\n",
12221222
"\n",
1223-
"For every response we need to define a set of eFeatures we will use for the fitness calculation later. We have to combine features together into objectives that will be used by the optimalisation algorithm. In this case we will create one objective per feature:"
1223+
"For every response we need to define a set of eFeatures we will use for the fitness calculation later. We have to combine features together into objectives that will be used by the optimisation algorithm. In this case we will create one objective per feature:"
12241224
]
12251225
},
12261226
{

0 commit comments

Comments
 (0)