Lucas Gautheron пре 3 месеци
родитељ
комит
9f5a509721
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      plot_votes_distrib.py

+ 1 - 0
plot_votes_distrib.py

@@ -8,6 +8,7 @@ x = np.load("votes_distrib.npz")
 alphas = x["alphas"].mean(axis=0)
 
 def prob(p):
+    print(p)
     return dirichlet.pdf(p, alphas)
 
 figure, tax = ternary.figure(scale=scale)