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 0d015c8 commit 957f3bd
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 @@ -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).
Expand Down

0 comments on commit 957f3bd

Please sign in to comment.