From 80e64a44aefc348595e5fdccc08e4518153a36f3 Mon Sep 17 00:00:00 2001 From: jajupmochi Date: Tue, 19 Nov 2019 10:21:38 +0100 Subject: [PATCH] update pre-image --- preimage/test_fitDistance.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/preimage/test_fitDistance.py b/preimage/test_fitDistance.py index bc941d4..f2de5ae 100644 --- a/preimage/test_fitDistance.py +++ b/preimage/test_fitDistance.py @@ -295,8 +295,8 @@ def draw_count_bar(norm_diff): if __name__ == '__main__': # 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]]) # xx = pairwise_substitution(x) \ No newline at end of file