Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ilkilic committed Oct 3, 2024
1 parent b5909f4 commit 9c49d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/simplecell/simplecell.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
" - `optimisation_params`: Additional optimisation parameters, such as `offspring_size` set to `20`, indicating the number of solutions generated per generation. \n",
" - `validation_protocols`: Lists protocols used for validation, e.g., `[\"IDrest_0.4\"]`. \n",
" - `morph_modifiers`: Set to an empty list `[]`, meaning no specific modifications to morphologies are applied by default.\n",
" - `plot_currentscape`: We set this to False because we are using NEURON's built-in HH mechanism, where the currents are not defined as RANGE variables. As a result, CurrenScape is unable to access and plot these currents."
" - `plot_currentscape`: We set this to False because we are using NEURON's built-in HH mechanism, where the currents are not defined as RANGE variables. As a result, Currentscape is unable to access and plot these currents."
]
},
{
Expand Down

0 comments on commit 9c49d2d

Please sign in to comment.