mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-12-25 02:44:18 +00:00
Remove redundant info
This commit is contained in:
parent
3e85daf8ab
commit
5c5f7012eb
@ -193,11 +193,11 @@ class CQiWrapper(CQiClient):
|
|||||||
all_cpos_infos, text_lookup = self.get_cpos_infos(all_cpos)
|
all_cpos_infos, text_lookup = self.get_cpos_infos(all_cpos)
|
||||||
t3 = time.time()
|
t3 = time.time()
|
||||||
t_final = t3 - t2
|
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,
|
self.results = {'matches': all_matches,
|
||||||
'cpos_lookup': all_cpos_infos,
|
'cpos_lookup': all_cpos_infos,
|
||||||
'text_lookup': text_lookup,
|
'text_lookup': text_lookup,
|
||||||
'nr_matches': self.nr_matches,
|
|
||||||
'total_nr_matches': self.total_nr_matches}
|
'total_nr_matches': self.total_nr_matches}
|
||||||
return self.results
|
return self.results
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user