From 5c5f7012ebf8455006b6b0c95091767eed11c9b3 Mon Sep 17 00:00:00 2001 From: Stephan Porada Date: Mon, 20 Jan 2020 15:53:06 +0100 Subject: [PATCH] Remove redundant info --- app/corpora/CQiWrapper/CQiWrapper.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/corpora/CQiWrapper/CQiWrapper.py b/app/corpora/CQiWrapper/CQiWrapper.py index ee515164..7f986746 100644 --- a/app/corpora/CQiWrapper/CQiWrapper.py +++ b/app/corpora/CQiWrapper/CQiWrapper.py @@ -193,11 +193,11 @@ class CQiWrapper(CQiClient): all_cpos_infos, text_lookup = self.get_cpos_infos(all_cpos) t3 = time.time() t_final = t3 - t2 - logger.warning('Got infos for {} CPOS in {} seconds:'.format(len_all_cpos, t_final)) + logger.warning('Got infos for {} CPOS in {} seconds:'.format(len_all_cpos, + t_final)) self.results = {'matches': all_matches, 'cpos_lookup': all_cpos_infos, 'text_lookup': text_lookup, - 'nr_matches': self.nr_matches, 'total_nr_matches': self.total_nr_matches} return self.results