Skip to content

add: median of medians algorithm in maths #17552

add: median of medians algorithm in maths

add: median of medians algorithm in maths #17552

Triggered via pull request March 31, 2026 06:55
Status Failure
Total duration 9s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
ruff
Process completed with exit code 1.
ruff (W292): maths/median_of_medians.py#L67
maths/median_of_medians.py:67:22: W292 No newline at end of file help: Add trailing newline
ruff (EM102): maths/median_of_medians.py#L45
maths/median_of_medians.py:45:26: EM102 Exception must not use an f-string literal, assign to variable first help: Assign to variable; remove f-string literal