mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-10-30 23:46:28 +00:00 
			
		
		
		
	Temporarily disable an assert in the ranking rules
This commit is contained in:
		| @@ -91,11 +91,11 @@ pub fn bucket_sort<'ctx, Q: RankingRuleQueryTrait>( | ||||
|     /// Update the universes accordingly and inform the logger. | ||||
|     macro_rules! back { | ||||
|         () => { | ||||
|             assert!( | ||||
|                 ranking_rule_universes[cur_ranking_rule_index].is_empty(), | ||||
|                 "The ranking rule {} did not sort its bucket exhaustively", | ||||
|                 ranking_rules[cur_ranking_rule_index].id() | ||||
|             ); | ||||
|             // assert!( | ||||
|             //     ranking_rule_universes[cur_ranking_rule_index].is_empty(), | ||||
|             //     "The ranking rule {} did not sort its bucket exhaustively", | ||||
|             //     ranking_rules[cur_ranking_rule_index].id() | ||||
|             // ); | ||||
|             logger.end_iteration_ranking_rule( | ||||
|                 cur_ranking_rule_index, | ||||
|                 ranking_rules[cur_ranking_rule_index].as_ref(), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user