aboutsummaryrefslogtreecommitdiffstats
path: root/jpa_test
diff options
context:
space:
mode:
Diffstat (limited to 'jpa_test')
-rw-r--r--jpa_test/cascade_creation.jl13
1 files changed, 0 insertions, 13 deletions
diff --git a/jpa_test/cascade_creation.jl b/jpa_test/cascade_creation.jl
deleted file mode 100644
index 7ce5245..0000000
--- a/jpa_test/cascade_creation.jl
+++ /dev/null
@@ -1,13 +0,0 @@
-using Graphs
-
-n = 100
-p = .1
-G = Graphs.erdos_renyi_graph(n, p)
-rounds = 10
-
-function indep_cascade(G, rounds, model, neg_num)
-#neg_num represents negative values in matrix M: 0 or -1
-
-end
-
-cascade(G, rounds, "voter", 0)