aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/make_plots.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/make_plots.py b/src/make_plots.py
index 947bf57..cb78034 100644
--- a/src/make_plots.py
+++ b/src/make_plots.py
@@ -45,5 +45,5 @@ def watts_strogatz(n_cascades, lbda, passed_function):
if __name__=="__main__":
- watts_strogatz(n_cascades=500, lbda=.002, passed_function=
+ watts_strogatz(n_cascades=2000, lbda=.002, passed_function=
convex_optimization.sparse_recovery) \ No newline at end of file