Skip to content

Commit

Permalink
Remove the mismatched version warning
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlees committed Jan 6, 2025
1 parent 336c0d6 commit 7f5c9e0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/sketchlib_bindings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,6 @@ NumpyMatrix queryDatabase(const std::string &ref_db_name,
throw std::runtime_error(
"Extracting Jaccard distances not supported on GPU");
}
if (!same_db_version(ref_db_name, query_db_name)) {
std::cerr << "WARNING: versions of input databases sketches are different,"
" results may not be compatible"
<< std::endl;
}

std::vector<Reference> ref_sketches =
load_sketches(ref_db_name, ref_names, kmer_lengths, false);
Expand Down

0 comments on commit 7f5c9e0

Please sign in to comment.