Skip to content

Commit

Permalink
fix loadTime
Browse files Browse the repository at this point in the history
  • Loading branch information
NeelamMahapatro committed Oct 16, 2023
1 parent 5ec5861 commit 17009c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2086,6 +2086,7 @@ void Index<T, TagT, LabelT>::parse_label_file(const std::string &label_file, siz
// move to next label
lbl_pos = next_lbl_pos + 1;
}
cur_pos = next_pos + 1;
_pts_to_labels[line_cnt] = lbls;
line_cnt++;
}
Expand Down

0 comments on commit 17009c2

Please sign in to comment.