aboutsummaryrefslogtreecommitdiffstats
path: root/jpa_test/cascade_creation.py
diff options
context:
space:
mode:
authorjeanpouget-abadie <jean.pougetabadie@gmail.com>2014-12-04 17:17:04 -0500
committerjeanpouget-abadie <jean.pougetabadie@gmail.com>2014-12-04 17:17:04 -0500
commit9c682e64d18c9cddfa2575adc68c57693862b0f5 (patch)
tree1c4995eb353d519d10e12f637d014cd97d3f01ae /jpa_test/cascade_creation.py
parent9b8d4dc469f0e45d377684ab1d7bffcb0c289b18 (diff)
downloadcascades-9c682e64d18c9cddfa2575adc68c57693862b0f5.tar.gz
yaron poster
Diffstat (limited to 'jpa_test/cascade_creation.py')
-rw-r--r--jpa_test/cascade_creation.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/jpa_test/cascade_creation.py b/jpa_test/cascade_creation.py
index a5c38cd..cc84c70 100644
--- a/jpa_test/cascade_creation.py
+++ b/jpa_test/cascade_creation.py
@@ -76,7 +76,8 @@ def icc_matrixvector_for_node(cascades, node):
Returns M, w in matrix form where rows of M are i = t + k.T
Excludes all (t,k) after node infection time; w = 1_{infected}
"""
- #TODO: you need to remove the variable corresponding to the node you are solving for!!!!
+ #TODO: you need to remove the variable corresponding to the node
+ #you are solving for!!!!
if node is None:
return np.vstack(cascades), None
else: