Skip to content

Improve simple binary search according to the standard binary search … #18429

Improve simple binary search according to the standard binary search …

Improve simple binary search according to the standard binary search … #18429

Triggered via pull request July 19, 2026 15:58
Status Failure
Total duration 13s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
ruff
Process completed with exit code 1.
ruff (F821): tests/test_binary_search_duplicates.py#L10
tests/test_binary_search_duplicates.py:10:12: F821 Undefined name `binary_search`
ruff (F821): tests/test_binary_search_duplicates.py#L6
tests/test_binary_search_duplicates.py:6:12: F821 Undefined name `binary_search`
ruff (F821): tests/test_binary_search_duplicates.py#L2
tests/test_binary_search_duplicates.py:2:12: F821 Undefined name `binary_search`
ruff (INP001): tests/test_binary_search_duplicates.py#L1
tests/test_binary_search_duplicates.py:1:1: INP001 File `tests/test_binary_search_duplicates.py` is part of an implicit namespace package. Add an `__init__.py`.