Skip to content

Commit f4ac9b7

Browse files
authored
Update example_read.py
1 parent 5669dc7 commit f4ac9b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

example_read.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
dynp_sam = int(input('How much dynamics samples? '))
4848
dynp_lb = float(input('Value of infection rate lambda (mu is defined as equal to 1) '))
4949
dynp_tmax = int(input('Maximum time steps (it stops if the absorbing state is reached) '))
50-
dynp_pINI = float(input('Fraction of infected vertices on the network as initial condition (is random to each sample) '))
50+
dynp_pINI = float(input('Fraction of infected vertices on the network as initial condition (is random \
51+
for each sample) '))
5152

5253
G = nx.Graph()
5354

0 commit comments

Comments
 (0)