Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions test/api/layout/execute_with_estimation_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -482,25 +482,13 @@ TEST(execute_estimation_test, with_rearrangement)
size_t const kmer_size{15};

std::vector<std::vector<std::string>> filenames{};
std::vector<std::string> hll_filenames;
std::vector<size_t> expected_kmer_counts;

for (size_t i{0}; i < 49u; ++i)
{
filenames.push_back({data("seq1.fa").string()});
filenames.push_back({data("seq2.fa").string()});
filenames.push_back({data("seq3.fa").string()});
filenames.push_back({data("small.fa").string()});

hll_filenames.push_back("seq1.hll");
hll_filenames.push_back("seq2.hll");
hll_filenames.push_back("seq3.hll");
hll_filenames.push_back("small.hll");

expected_kmer_counts.push_back(387);
expected_kmer_counts.push_back(470);
expected_kmer_counts.push_back(465);
expected_kmer_counts.push_back(578);
}

// There are 20 files with a count of {100,200,300,400} each. There are 16 files with count 500.
Expand Down