Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nwlandry committed Dec 11, 2023
1 parent cc81734 commit 69deb23
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Data/erdos-renyi.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cm.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
n = 100
kmin = 2
kmax = n - 1
p_list = np.logspace(1.5, 4, n_p)
p_list = np.linspace(1.5, 4, n_p)
beta_list = np.linspace(0.0, 1.0, n_b)
rho0 = 1.0
gamma = 0.1
Expand Down
25 changes: 19 additions & 6 deletions plot_fig2.ipynb

Large diffs are not rendered by default.

0 comments on commit 69deb23

Please sign in to comment.