aboutsummaryrefslogtreecommitdiffstats
path: root/jpa_test/cascade_creation.py
diff options
context:
space:
mode:
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: