Skip to content

Commit

Permalink
Fix spelling Example 0.0 (#230)
Browse files Browse the repository at this point in the history
* fix spelling

* fix spelling
  • Loading branch information
StevenGeysen authored Dec 7, 2022
1 parent 31cb391 commit a66836f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/example-0-aln-minimal.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"# Create the model\n",
"model = ALNModel()\n",
"\n",
"# Each model comes with a set of default parameters which are are a dictionary. \n",
"# Each model comes with a set of default parameters which are a dictionary. \n",
"# Let's change the parameter that controls the duration of a simulation to 10s.\n",
"model.params['duration'] = 10.0 * 1000 \n",
"\n",
Expand Down Expand Up @@ -512,7 +512,7 @@
"source": [
"For convenience, they can also be accessed directly using attributes of the model with the outputs name, like `model.rates_exc`. The outputs are also available as xr DataArrays as `model.xr()`.\n",
"\n",
"The since we used `bold=True` to simulate BOLD, we can also access `model.BOLD.BOLD` for the actual BOLD activity, and `model.BOLD.t` for the time steps of the BOLD simulation (which are downsampled to `0.5 Hz` by default)."
"Since we used `bold=True` to simulate BOLD, we can also access `model.BOLD.BOLD` for the actual BOLD activity, and `model.BOLD.t` for the time steps of the BOLD simulation (which are downsampled to `0.5 Hz` by default)."
]
},
{
Expand Down

0 comments on commit a66836f

Please sign in to comment.