Skip to content

Commit

Permalink
docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
benmaier committed Jan 14, 2019
1 parent 9e612a5 commit 1a0db72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tacoma/flockwork.py
Original file line number Diff line number Diff line change
Expand Up @@ -483,10 +483,10 @@ def flockwork_P(N, P, t_run_total, rewiring_rate = 1.0, initial_edges = None, se
P : float
The reconnection probability. Has to be :math:`0\leq P\leq 1`
t_run_total : float
The total run time in units of :math:`\gamma^{-1}=1`.
rewiring_rate : float
The total run time in units of :math:`\gamma^{-1}`.
rewiring_rate : float, default : 1.0
Event rate :math:`\gamma` per node per unit of time.
initial_edges : list of tuple of int
initial_edges : list of tuple of int, default : None
The initial state of the network as an edge list.
If `None` is provided, the initial state will be taken
from an equilibrium configuration generated with
Expand Down

0 comments on commit 1a0db72

Please sign in to comment.