Browse Source

update pre-image

v0.1
jajupmochi 5 years ago
parent
commit
80e64a44ae
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      preimage/test_fitDistance.py

+ 2
- 2
preimage/test_fitDistance.py View File

@@ -295,8 +295,8 @@ def draw_count_bar(norm_diff):
if __name__ == '__main__': if __name__ == '__main__':
# test_anycosts() # test_anycosts()
# test_cs_leq_ci_plus_cr()
test_unfitted()
test_cs_leq_ci_plus_cr()
# test_unfitted()
# x = np.array([[1,2,3],[4,5,6],[7,8,9]]) # x = np.array([[1,2,3],[4,5,6],[7,8,9]])
# xx = pairwise_substitution(x) # xx = pairwise_substitution(x)

Loading…
Cancel
Save