From 957f3bd5f7a5cc42df6f19aa42ed58ea763a202d Mon Sep 17 00:00:00 2001 From: Katharina Duecker Date: Thu, 7 Nov 2024 13:51:16 -0500 Subject: [PATCH] Update hnn_core/network.py Co-authored-by: Mainak Jas --- hnn_core/network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hnn_core/network.py b/hnn_core/network.py index 3e1db731d..f88aad045 100644 --- a/hnn_core/network.py +++ b/hnn_core/network.py @@ -1146,7 +1146,7 @@ def add_tonic_bias(self, *, cell_type=None, section='soma', section : str | 'soma' name of cell section the bias should be applied to. See net.cell_types[cell_type].sections.keys() - bias_name : str | 'tonic' + bias_name : str The name of the bias. amplitude: dict | float A dictionary of cell type keys (str) to amplitude values (float).