提交 1b9304dd 编写于 作者: W wangxiao1021

fix issue #75

上级 c207f4cf
...@@ -125,6 +125,6 @@ def decode_fake(nums, mask, bs): ...@@ -125,6 +125,6 @@ def decode_fake(nums, mask, bs):
n_f = len(mask) - n_t n_f = len(mask) - n_t
p1 = nums - (n_t-1) * bs p1 = nums - (n_t-1) * bs
each_f = p1 / (n_f+1) each_f = p1 // (n_f+1)
return each_f * n_f return each_f * n_f
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册