Lucas Gautheron 3 mesi fa
parent
commit
9f5a509721
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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)