Skip to content

Fix: Binary search first occurrence and add property-based tests #17186

Fix: Binary search first occurrence and add property-based tests

Fix: Binary search first occurrence and add property-based tests #17186

Triggered via pull request March 3, 2026 12:48
Status Failure
Total duration 18s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
ruff
Process completed with exit code 1.
ruff (UP047): searches/jump_search.py#L23
searches/jump_search.py:23:5: UP047 Generic function `jump_search` should use type parameters help: Use type parameters
ruff (W292): searches/binary_search.py#L296
searches/binary_search.py:296:10: W292 No newline at end of file help: Add trailing newline
ruff (UP047): machine_learning/linear_discriminant_analysis.py#L255
machine_learning/linear_discriminant_analysis.py:255:5: UP047 Generic function `valid_input` should use type parameters help: Use type parameters