We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5669dc7 commit f4ac9b7Copy full SHA for f4ac9b7
example_read.py
@@ -47,7 +47,8 @@
47
dynp_sam = int(input('How much dynamics samples? '))
48
dynp_lb = float(input('Value of infection rate lambda (mu is defined as equal to 1) '))
49
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) '))
+dynp_pINI = float(input('Fraction of infected vertices on the network as initial condition (is random \
51
+for each sample) '))
52
53
G = nx.Graph()
54
0 commit comments