Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NeelamMahapatro committed Oct 31, 2023
1 parent 12e80df commit a9e2a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pq_flash_index.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ int PQFlashIndex<T, LabelT>::load_from_separate_paths(uint32_t num_threads, cons
}
#endif
parse_label_file(infile, num_pts_in_label_file);
assert(num_pts_in_label_file == this->_num_points);
assert(num_pts_in_label_file == this->num_points);

#ifndef EXEC_ENV_OLS
infile.close();
Expand Down

0 comments on commit a9e2a79

Please sign in to comment.