Skip to content

Commit

Permalink
Update hnn_core/network.py
Browse files Browse the repository at this point in the history
Co-authored-by: Mainak Jas <[email protected]>
  • Loading branch information
katduecker and jasmainak authored Nov 7, 2024
1 parent 957f3bd commit d9ea104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hnn_core/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -1143,7 +1143,7 @@ def add_tonic_bias(self, *, cell_type=None, section='soma',
The name of the cell type to add a tonic input. When supplied,
a float value must be provided with the `amplitude` keyword.
Valid inputs are those listed in `net.cell_types`.
section : str | 'soma'
section : str
name of cell section the bias should be applied to.
See net.cell_types[cell_type].sections.keys()
bias_name : str
Expand Down

0 comments on commit d9ea104

Please sign in to comment.