Skip to content

Commit

Permalink
remove stray print
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Oct 21, 2016
1 parent 851ecb4 commit fd24e0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pseudolikelihood/mcmc.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ def rmultinomial(X, n_observations, model):

sample = multinomial(n_observations, p_nonspatial)
for i in range(1000):
print(i)
spatial = safe_sparse_dot(A, (sample/n_observations - p_nonspatial))/n_neighbors
spatial[np.isnan(spatial)] = 0

Expand Down

0 comments on commit fd24e0c

Please sign in to comment.