IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an email to s dot adaszewski at gmail dot com. User accounts are meant only to report issues and/or generate pull requests. This is a purpose-specific Git hosting for ADARED projects. Thank you for your understanding!
瀏覽代碼

Mini fix.

master
Stanislaw Adaszewski 3 年之前
父節點
當前提交
79b0890a70
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      tests/triacontagon/test_sampling.py

+ 2
- 1
tests/triacontagon/test_sampling.py 查看文件

@@ -126,4 +126,5 @@ def test_fixed_unigram_candidate_sampler_new_01():
edges, degrees = get_edges_and_degrees(x)
# import pdb
# pdb.set_trace()
_ = fixed_unigram_candidate_sampler_new(true_classes, row_count, degrees, 0.75)
_ = triacontagon.sampling.fixed_unigram_candidate_sampler_new(true_classes,
row_count, degrees, 0.75)

Loading…
取消
儲存