Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
Signed-off-by: SpadeA-Tang <[email protected]>
  • Loading branch information
SpadeA-Tang committed Jan 16, 2025
1 parent 9d2a0e7 commit 3b1b2c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/core/src/exec/operator/IterativeFilterNode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,6 @@ PhyIterativeFilterNode::GetOutput() {
"your code");
int nq_index = 0;

AssertInfo(nq = search_result.vector_iterators_.value().size(),
"nq and iterator not equal size");
search_result.seg_offsets_.resize(nq * unity_topk, INVALID_SEG_OFFSET);
search_result.distances_.resize(nq * unity_topk);
for (auto& iterator : search_result.vector_iterators_.value()) {
Expand Down

0 comments on commit 3b1b2c9

Please sign in to comment.