Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NeelamMahapatro committed Jan 14, 2024
1 parent 6f0f8f5 commit 68e1dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ void Index<T, TagT, LabelT>::load(const char *filename, uint32_t num_threads, ui
_filter_store->load_medoids(labels_to_medoids);
_filter_store->load_universal_labels(std::string(filename) + "_universal_label.txt");
}
#endif
_nd = data_file_num_pts - _num_frozen_pts;
_empty_slots.clear();
_empty_slots.reserve(_max_points);
Expand Down

0 comments on commit 68e1dbf

Please sign in to comment.