We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a38f508 commit 512600eCopy full SHA for 512600e
tests/test_barcode_detectors.py
@@ -399,7 +399,7 @@ def test_init_large_whitelist(self):
399
"""Test that min_score increases for large whitelists."""
400
large_barcodes = [f"ACTG{i:012d}"[:16] for i in range(100001)]
401
detector = TenXBarcodeDetector(large_barcodes)
402
- assert detector.min_score == 15
+ assert detector.min_score == 16
403
404
def test_no_match_random_sequence(self):
405
"""Test that random sequence returns no valid barcode."""
0 commit comments