Skip to content

Commit b59d906

Browse files
committed
Make tessts with --static-threshold
1 parent 1f2c508 commit b59d906

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/cli/valik_test.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ TEST_P(valik_search_clusters, search)
350350
"--error-rate ", std::to_string(error_rate),
351351
"--index ", ibf_path(number_of_bins, window_size),
352352
"--query ", data("query.fq"),
353-
"--threads 1",
353+
"--threads 1", "--static-threshold",
354354
"--cart-max-capacity 3",
355355
"--max-queued-carts 10",
356356
"--without-parameter-tuning");
@@ -401,7 +401,7 @@ TEST_P(valik_search_segments, search)
401401
"--error-rate ", std::to_string(error_rate),
402402
"--index ", ibf_path(segment_overlap, number_of_bins, window_size),
403403
"--query ", data("single_query.fasta"),
404-
"--threads 1",
404+
"--threads 1", "--static-threshold",
405405
"--ref-meta", segment_metadata_path(segment_overlap, number_of_bins),
406406
"--cart-max-capacity 3",
407407
"--max-queued-carts 10",

0 commit comments

Comments
 (0)