fix: add validation for non-power-of-2 scores in minimax #18450
Annotations
2 errors
|
ruff
Process completed with exit code 1.
|
|
ruff (B007):
graphs/page_rank.py#L60
graphs/page_rank.py:60:9: B007 Loop control variable `i` not used within loop body
help: Rename unused `i` to `_i`
|