mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-03 20:02:47 +00:00 
			
		
		
		
	Remove redundant info
This commit is contained in:
		@@ -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
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user