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)