Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Oct 11, 2024
1 parent 641d9fc commit a9b91c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/src/index/revindex/disk_revindex.rs
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ impl RevIndexOps for RevIndex {

eprintln!("XXX {}, {}, {}", query.scaled(), match_mh.scaled(), orig_query_ds.scaled());
query = query.downsample_scaled(max_scaled)?;
// orig_query_ds = orig_query_ds.downsample_scaled(max_scaled)?;
orig_query_ds = orig_query_ds.downsample_scaled(max_scaled)?;

// just calculate essentials here
let gather_result_rank = matches.len();
Expand Down

0 comments on commit a9b91c9

Please sign in to comment.