Skip to content

Commit

Permalink
[MISC] automatic linting
Browse files Browse the repository at this point in the history
  • Loading branch information
seqan-actions committed Dec 5, 2023
1 parent 47caf7f commit cc00143
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/api/layout/hibf_statistics_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,8 @@ TEST(execute_test, chopper_layout_statistics_determine_best_bins)
std::filesystem::path const binning_filename{tmp_dir.path() / "output.binning"};
std::filesystem::path const stats_file{binning_filename.string() + ".stats"};

std::vector<std::vector<std::string>> filenames{{"seq0"}, {"seq1"}, {"seq2"}, {"seq3"}, {"seq4"}, {"seq5"}, {"seq6"}, {"seq7"}, {"seq8"}, {"seq9"}};
std::vector<std::vector<std::string>>
filenames{{"seq0"}, {"seq1"}, {"seq2"}, {"seq3"}, {"seq4"}, {"seq5"}, {"seq6"}, {"seq7"}, {"seq8"}, {"seq9"}};

// There are 20 files with a count of {100,200,300,400} each. There are 16 files with count 500.
auto simulated_input = [&](size_t const num, seqan::hibf::insert_iterator it)
Expand Down

0 comments on commit cc00143

Please sign in to comment.