Skip to content

Commit

Permalink
bal
Browse files Browse the repository at this point in the history
  • Loading branch information
benmaier committed Sep 14, 2020
1 parent 34d482a commit 5a51008
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sixdegrees/random_geometric_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ def twoD_random_geometric_kleinberg_network(
Y = np.random.rand(N)

kappa = 2*(mu-1)
#kappa = (mu-1)

C, rmin = get_distance_connection_probability_parameters(
N,
Expand Down Expand Up @@ -211,7 +210,6 @@ def twoD_random_geometric_kleinberg_network_coord_lists(
Y = np.random.rand(N)

kappa = 2*(mu-1)
#kappa = (mu-1)

C, rmin = get_distance_connection_probability_parameters(
N,
Expand Down

0 comments on commit 5a51008

Please sign in to comment.