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)

불러오는 중...
취소
저장