Skip to content

Commit

Permalink
DOC: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ntolley authored and jasmainak committed May 19, 2021
1 parent 07b3990 commit 0673af5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hnn_core/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -990,6 +990,8 @@ def add_connection(self, src_gids, target_gids, loc, receptor,
probability : float
Probability of connection between any src-target pair.
Defaults to 1.0 producing an all-to-all pattern.
seed : int
Seed for the numpy random number generator.
Notes
-----
Expand Down

0 comments on commit 0673af5

Please sign in to comment.