Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
smehringer committed Aug 12, 2024
1 parent fb2b053 commit 6050022
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions test/unit/hibf/sketch/compute_sketches_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,17 +93,6 @@ TEST_F(compute_sketches_test, with_minHash)
this->check_minhash_sketches();
}

TEST_F(compute_sketches_test, with_minHash_and_kmer_counts)
{
seqan::hibf::sketch::compute_sketches(this->config,
this->kmer_counts,
this->hyperloglog_sketches,
this->minhash_sketches);

this->check_hyperloglog_sketches();
this->check_minhash_sketches();
}

TEST_F(compute_sketches_test, too_few_hashes)
{
this->config.number_of_user_bins = 1;
Expand Down

0 comments on commit 6050022

Please sign in to comment.